Forums

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

Making plugin for JIRA

Dishant Sharma
Contributor
September 24, 2022

I am creating a JIRA plugin to fetch the issue-level permissions. Currently, the project-level permissions are working extremely fine but the issue-level permissions are not working. I tried finding a REST API to handle these permissions but, didn’t find anything so I decided to make a custom JIRA plugin to fetch the issue-level permissions of a project and handle them via exposing the plugin through an API.

My question is that what JIRA JAVA APIs do I have to use in order to handle these permissions? Or, is there any other workaround to handle issue-level permissions?

2 answers

1 accepted

1 vote
Answer accepted
Fabio Racobaldo _Herzum_
Community Champion
September 24, 2022

Hi @Dishant Sharma ,

welcome to the Atlassian community!

If you are referring to Permission Scheme with issue specific grant here the related REST API https://docs.atlassian.com/software/jira/docs/api/REST/8.20.12/#api/2/permissionscheme-getPermissionScheme

If you are talking about issue security here the related API https://docs.atlassian.com/software/jira/docs/api/REST/8.20.12/#api/2/issuesecurityschemes-getIssueSecurityScheme

Hope this helps,

Fabio

Dishant Sharma
Contributor
September 24, 2022

Thank you so much @Fabio Racobaldo _Herzum_ . It is extremely helpful. I have one question, is there a way by which I can view all the issues a user can access if I have the required administrative access? 

Fabio Racobaldo _Herzum_
Community Champion
September 24, 2022
Like Dishant Sharma likes this
0 votes
Dishant Sharma
Contributor
September 24, 2022

thank you so much @Fabio Racobaldo _Herzum_, I will definitely try it out and will mark the solution as accepted.

Fabio Racobaldo _Herzum_
Community Champion
September 24, 2022

you're welcome @Dishant Sharma 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events