We have a custom field - "severity" for which we have values 1,2,3 ,4 [ 1 is the top most priority issue]
Is there a way that only a "qa_leads" group can raise severity-1 issue and for other groups/users either this value should be invisible or disabled?
Hi,
there is no security on field level in Jira.
A possible workaround:
A slight variation would be to only have two transitions, 1 for "set to 1" and another that goes to a screen with the drop-down, and has a validator on it for "when 1 selected, only pass if user in qa_lead group"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You would need an add-on for it like Power Scripts or ScriptRunner.
In Power Scripts you could use Live Fields. You can find more info here:
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.