Is there any REST API through which I can fetch all the security levels on an issue? Basically, through an issue's security level, I want to see which group of users or a single user having that security level can see that particular issue.
When you read an issue, you get the (single) security level set on it if there is one, but there's no API to tell you the individuals who currently match the security rules.
You will need to look at the security scheme and work it out for an issue at the time you are looking.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.