Forums

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

Is there a way to get list of user per role per project in JIRA cloud?

Ganesh Kumar Vary
December 15, 2025

Hi,

I have a requirement to get the list of users per role per project in JIRA cloud. I know that all the list of roles per project can be generated using API. But I need the list of users per role per project. May I know if this is possible in JIRA cloud. If not, what will be the best work around for this.

Thanks & Regards,

Ganesh Kumar Vary

3 answers

0 votes
Petru Simion _Simitech Ltd__
Atlassian Partner
December 15, 2025

Hi @Ganesh Kumar Vary ,

 

If you are open to using apps, you can use Roles Dashboard for Jira , released by our company.

You can see clearly which user is assigned to which role and in what project across your organisation.

roles_dashboard_user_role_project.png

 

Regards, 

 

Petru

0 votes
David Nickell
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 Champions.
December 15, 2025

I believe you can get there with the APIs if you want to continue down that path.

Try this :-) . 

https://splitdimedata.atlassian.net/rest/api/3/user/permission/search?projectKey=DEV&permissions=BROWSE

 

Permissions.png

 

Docmentation is here

https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-user-search/#api-rest-api-3-user-permission-search-get

 

David Nickell
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 Champions.
December 15, 2025

An Update -- I see your question was really about ROLE and not PERMISSION.  

The first Endpoint will give you roles in the project .

The second endpoint gives you the role details and actors.

In my test, I get users who I added to the Role througvh Project Settings.   This set of endpoints probably only gives you project level detail and you may need to go back to the permission scheme for any defaults??

A good sanity test would be to crossreference the role response with the permissions endpoints I provided earlier until you determine (for certain) no one is falling though your checks.

 

0 votes
Nikola Perisic
Community Champion
December 15, 2025

Hello @Ganesh Kumar Vary 

Easier way would be to write a Python script that will do this. Use the help of Claude to create this script. And test it as well.Ask LLM to use the requests libraries instead because with environment variables you might get confused.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events