Hi community!
I'm trying to check browse-permissions (in Jira) and read-permissions (in Confluence) for specific user / group in all project / spaces.
At the moment I have found only how to check browse-permissions for specific user for specific projects. Its possible with API request /rest/api/3/permissions/check
Could you help me, how to check
- browse-permissions for all projects for specific group
- read-permissions for all spaces for specific group
- read-permissions for all spaces for specific user
Thank you in advance!
You could use the Get Project Permissions Scheme API to find the details about granted permissions in the permission scheme assigned to each project, one project at a time.
I have not found an API that would allow you to query all projects at once.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.