I'll need a list of users per role (administrator, developer, etc).
Some sql would be great.
Or is there a built-in functionality in JIRA?
Hi,
I have a simple query that you will get all JIRA users and roles. (Mine was JIRA 6.1)
select distinct cwd_membership.parent_name as GroupName, cwd_membership.child_name as UserName, cwd_user.display_name as DisplayName, cwd_user.first_name as FirstName, cwd_user.last_name as LastName, cwd_user.email_address as Email, cwd_user.directory_id, cwd_user.updated_date as LastLogon from cwd_membership, cwd_user where cwd_membership.child_name = cwd_user.user_name
Hope this help.
Or you can check here:
Please check this out: https://answers.atlassian.com/questions/20652
Note: My post has limited so I have edited my comment.
I see, ok. With this I get the groupname, which is the active-directory-name in our case (JIRA is connected to the companies active directory). What I wanted to see is a list of users per JIRA-role, e.g. a list of people who are in the role Scrum Master in JIRA, SW Developer, etc.
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.