Hi,
Is there a way to find the list of the permissions (Project PermissionKey list) for a specific user in a project ? There is no straightforward way to find it in groovy - but is there any suitable way to do it ?
Thanks in advance,
Neha
Neha,
If you are a Jira admin you can go to the user management, look up a user and on the user details page click View Project Roles in the upper right hand corner. This will display the users project roles across all projects.
To check individual permissions you can also go to System and use the permission helper to check access.
You can also use this SQL to get permissions granted to groups assigned to project roles if your users are all in groups. https://confluence.atlassian.com/jirakb/how-to-get-a-list-of-permissions-granted-to-groups-assigned-to-project-roles-790630266.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Neha Sharma ,
If you looking to get the project roles that are tagged to specific user in Jira projects, then you will get the results with help of Jira Command Line Interface.
Below is the sample CLI action.
--action getProjectRoleByUserList --userId admin --outputType table
Output:
Thanks,
Avinash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.