JIRA Admin - Sort Users List by Directory

Michele Grimm October 4, 2012

Is there a way to sort the Users list by Directory? OR

Is there a way to view all Users in just 1 dierctory at a time (specifically, the JIRA Internal Directory)? OR as a workaround, is there a way to export the entire user list to Excel?

1 answer

1 accepted

0 votes
Answer accepted
John Garcia
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 5, 2012

If you're handy with a database:

select * from cwd_users; gives the userlist, and directory_id matches:

select * from cwd_directory; and the two entwine in:

select * from cwd_membership;

Michele Grimm October 13, 2012

Thanks, I will try that.

Suggest an answer

Log in or Sign up to answer