Hi I'm trying to assess whether you're able to assign issue security to an issue based upon a label.
For example:
If Label = "x" then the issue is read only
or if Label = "y" then the issue is private and only visible to project admins
Thanks for the help.
Hello @Jared McNeil
You should be able to do that with an Automation Rule. You could trigger the rule upon issue creation or on change to the Labels field. Then use Condition/ If-Else steps to evaluate the Labels field and set the Security Level.
Note that the Actor of the rule would have to be a member of each Security Level that could be assigned.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jared McNeil ,
Certainly is! Automation is a truly amazing feature. The trick here is using smart values to check the change to the label field. Admittedly, I have not test this yet, but the following should work:
Of course, you'll need to create the required Security Levels for your project, so that you can set them; Jira does not ship with a default setting.
Hope that helps,
Oliver
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.