Hello,
I need to extract all the access and rights allowed to my users on JIRA. They are many ways to attribute rights for users, mainly through:
Through DB, we tried to extract those informations to complete in a xls or csv file, but it seems these informations are stored in different tables we do not have access to.
Could you please advise and help us on this?
Thank you in advance.
BR,
Soumia
Here's what exactly she is looking for:
A user can be given permission by adding him in group, roles or directly adding him in the permission.
Lets say out of 32 permission, a user has been added directly in permission 1,2,3 directly and then permission 4,5,6 via a group and permission 7,8,9 via roles.
She needs the users with permission granted in a project as extract from database in any of the defined format (individual, group or roles or if any other permissible method)
Let me know if you need any further clarification.
Thanks,
Hi Vitaliy,
Thanks for your message.
32 permissions: correct, also found.
I would like to have for each user all the permissions allowed to him by project (coming from user group he belongs to, directly as user and via his role in the project), something like that: e.g
User A
Project P
permissions 1,2,3,4 as user A
permissions 5,6,7 as member of user group B
permissions 8,9 as expert (role)
User B
Project P
permissions 3,4 as user B
permissions 1,2,6,7 as member of user group C
permissions 1,2,3,4,5,6,7,8,9 as admin (role)
Thanks again
BR
Soumia
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
any user may have any of 32 permissions (mentioned here: https://confluence.atlassian.com/jira064/managing-project-permissions-720412504.html) directly or via project role or via group membership.
Suppose you have 100 users and 80 projects.
Are you looking for a 80 tables (one per project) of 100 rows (one per user) by 32 columns (one per permission)
or something else?
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.