You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I want to check which users and groups have permissions set in a project. Is there any REST API that allows such investigation? Or is there an API to investigate which project a specific user or group is used for permission settings, etc.?
@青山 明 -
Is your question focus on using REST APIs only? If so, take a look at this documentation link - https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-permissions/#api-group-permissions
Otherwise, you can just access https://admin.atlassian.com for your env - Systems>> Users management - In this UI, you can access Users or Groups for more details.
To identify permission assignments in a project, then go to your specific JSM project, then use Project settings >> People to review the project permissions and role assignments.
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Technology Applications Team
Viasat Inc.
Thank you for answering. However, I don't think the API you taught me can obtain group permissions. I want to get a list of group permissions. Which projects do you have permission to access?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@青山 明 -
The best way to obtain group permission in a project is to use the project UI. On the REST APIs side you may also want to take a look at -https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-groups/#api-group-groups
Where you can obtain the group members, and then take the member data to identify the permissions at the high level.
Hope this helps.
Best, Joseph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems like things aren't getting along well. Is there an API to find out which projects a specific group has permissions for? What you have introduced is not intended and is not recommended.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@青山 明 -
From my end, I am not aware of anything else via REST APIs that will get what you wanted. You should reach out to Atlassian Support (https://support.atlassian.com) for further assistance.
Here is another posting similar to what you are asking that you can take a look (specially at what Atlassian Team suggested regarding to REST APIs) - https://community.atlassian.com/t5/Jira-questions/How-can-I-see-in-which-project-a-group-is-used/qaq-p/1380138
Best, Joseph
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.