May 2016
Intermediate to advanced
264 pages
4h 39m
English
Custom field types such as select list (single and multi) come with the None option, and the only way to remove that is to make the field required. While this makes sense, it can be cumbersome to chase down every field and configuration.
In this recipe, we will remove the None option from all single select list custom fields.
Since we will be modifying physical files in JIRA, you will want to take backups of the files we change.
JIRA uses Velocity templates to render custom fields. These templates are mostly HTML with some special symbols. You can find all these files in the JIRA_INSTALL/atlassian-jira/WEB-INF/classes/templates/plugins/fields directory, and the edit view templates are ...
Read now
Unlock full access