Hi everyone, I would like to achieve the following without using any 3rd party addon. Hopefully someone can guide me on how to achieve it. Thank you in advance.
Requirements
1) To restrict Role A and Role B to only see specific tickets in JIRA based on a custom field value in the tickets.
Examples
1) If custom field value = A/B/C/D, then Role A & B can see this ticket, else if custom field value != A/B/C/D then Role A & B cannot view this ticket
Hi @Jeff Boon
You will need to create a security scheme and add at least 2 security levels.
First security level would allow everyone to see the issue
Second security level would allow allow everything else than role A and B to see it.
See this documentation about security levels
Then you will need to create an automation rule that is triggered upon create and edit to change the security level depending on the values.
Regards
Dave
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.