June 2019
Intermediate to advanced
280 pages
8h 39m
English
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 in the edit subdirectory:
#if (!$fieldLayoutItem || $fieldLayoutItem.required == false)
<option value="-1">
$i18n.getText("common.words.none") </option>
#else
#if ( !$configs.default )
<option value="">
$i18n.getText("common.words.none") </option>
#end
#end
Read now
Unlock full access