You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.