SQL to get all users (internal,Exteranl,Active Directory) from jira and confluence my-sql database

Paresh Gandhi
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.
July 18, 2014

I'm looking for SQL statemen to get all the users from jira and mysql database

db type - my sql

I have db consol add on that can be used to execute the query.

Reason - I'm mirroring prod with dev and need to create missing users manually.

Also need sql for groups as well.

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 18, 2014

Select * from cwd_user ;

Bit blunt and it assumes you're on a relatively recent version of Jira (4.3+ I think) and Confluence (3.5+)

Suggest an answer

Log in or Sign up to answer