- Jira 8 Administration Cookbook(Third Edition)
- Patrick Li
- 66字
- 2025-04-04 14:09:59
Using JavaScript with custom fields
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.