Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira java api to fetch issue level permissions

Dishant Sharma
Contributor
October 12, 2022

I am currently making a custom JIRA plugin to fetch the issue-level permissions. Is there any java API through which we can get issue-level permissions for a particular issue?

1 answer

0 votes
Radek Dostál
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 12, 2022

There are GlobalPermissionManager and PermissionManager interfaces, you likely would want the latter, and it should contain methods in it to perform permission validations:

 # https://docs.atlassian.com/software/jira/docs/api/8.20.12/com/atlassian/jira/security/PermissionManager.html

Suggest an answer

Log in or Sign up to answer