Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×There is a KB article that has a basic query that you can use as a starting point here. This will list Project Permissions for a Group or User. As Nic said, it is not comphrensive in terms of what users can and cannot do throughout the entire Project, but t will tell you what Project Permissions are being used:
https://confluence.atlassian.com/pages/viewpage.action?pageId=790630266
Also, for reference: https://confluence.atlassian.com/jira/managing-project-permissions-185729636.html
Thanks that should be enough, and good base for extend this query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is not a simple way to do this. As a member of a group, I could have a project permission granted to me because:
Bascially, you'll need to write a whole load of queries and merge the results. May I ask what the overall goal is here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would like to get know where exactly specific group had access at JIRA and print that info at confluence using PocketQuery plugin, struggling with this query already few days
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's a very complex task you've set yourself. The SQL for getting it out as a single query is far too complex and includes the need to parse xml while you're at it if you want a proper accurate answer to "who can do what in my project". I'd go back to your users and ask why they need this and tell them that it's a small project that they're going to have to fund if they want it.
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.