-
Suggestion
-
Resolution: Unresolved
User Problem
Currently, the data regarding users in a Jira project and their permissions are not available. Users would like this information for governance purposes.
Current Workarounds
If you do need to report on that data, refer to our APIs: Jira Cloud REST API.
For this use case you could possibly get those data by using the following endpoints
1 - Generate a list with the IDs of all projects using this endpoint.
2 - First, get the project permission scheme ID for the project using this endpoint;
3 - Use the ID to get the permission schema using this endpoint, and look for ADMINISTER_PROJECTS, you can check which roles, users, or groups are given the permission to administer the project.
4 - If you want to know which users are added to the project role, you will need to get the ID of the project role using this endpoint.
5 - You can fetch the users assigned to the role using the role ID and this endpoint
For support/assistance with our endpoints:
- General scripting questions: Developer Community
- For problems found within our APIs: Developer support