JavaScript can be used to manipulate the HTML of custom fields. By adding JavaScript code in the custom field description and wrapping the code in <script> tags, Jira will execute the code when the custom field is rendered.
In this recipe, we will look at another way of removing the None option from select list custom fields.