Remove NONE from the Issue Security drop-down list
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
The information in this page relates to customizations in Jira. Consequently, Atlassian Support cannot guarantee to provide any support for the steps described on this page as customizations are not covered under Atlassian Support Offerings. Please be aware that this material is provided for your information only and that you use it at your own risk.
Also, please be aware that customizations done by directly modifying files are not included in the upgrade process. These modifications will need to be reapplied manually on the upgraded instance.
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 JRASERVER-5332 - Security level 'None' appears even when field is marked required for a discussion on this feature request.
This workaround will apply to all Security drop-down lists in the instance.
Ensure that the Velocity file is backed up before changing it.
To remove the field
Open the file
<atlassian-jira/WEB-INF/classes/templates/jira/issue/field/securitylevel-edit.vm
for editing.Delete the following lines:
1 2 3
<option value="$!noneLevelId" #if ($noneLevelId && $security && $security == $noneLevelId )selected#end >$i18n.getText('common.words.none')</option>
Was this helpful?