Hi, I need to remove the option None everytime I create select lists or radio buttons. I know it can be done through making it required but it affects the whole creation of issues. It is because during creation of issues, my select lists are not yet in the create issue screen therefore I can't proceed to make such.
I found out that it could be achieved without making the field to required if I'll edit the file "edit-select.vm" (C:\Program Files\Atlassian\JIRA\atlassian-jira\WEB-INF\classes\templates\plugins\fields\edit) by this link:
however, this solution isn't updated for the current JIRA. By the way I am running the latest version of server (7.9.2)
Thank you for your time
Hello,
If you edit the edit-select.vm you make this change for all fields with the select type. I guess, it is not what you want.
I think you could use ScriptRunner or Power Scripts to limit the options.
ScriptRunner:
https://scriptrunner.adaptavist.com/5.4.7/jira/behaviours-overview.html
Power Scripts:
https://confluence.cprime.io/display/TR/Restrict+a+select+list+to+not+show+certain+values
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.