JIRA 4.3 : Removing NONE from the Issue Security Drop-Down List
This page last changed on Jun 17, 2010 by jcostello.
There are some instances where the 'NONE' in the Issue Security Drop-Down list must be removed. By default in JIRA you cannot do this from the web interface. See JRA-5332 for a discussion on this feature request.
Deploying Velocity Templates without a RestartIn a development instance, you can play with picking up velocity file changes without a restart.
To remove the field, edit <atlassian-jira/WEB-INF/classes/templates/jira/issue/field/securitylevel-edit.vm. Delete the lines: <option value="$!noneLevelId" #if ($noneLevelId && $security && $security == $noneLevelId )selected#end >$i18n.getText('common.words.none')</option> Make sure to back up the velocity file before changing it. Keep in mind the notes from Modifying JIRA Templates and JSPs. RELATED PAGES |
![]() |
Document generated by Confluence on Mar 27, 2011 18:51 |