Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

SQL Query Users Added to Jira

Jeffrey Howard January 19, 2023

I am looking for a SQL Query that will show the date a user was added to Jira?

Thanks...Jeffrey...

1 answer

1 accepted

0 votes
Answer accepted
Vamsi Kandala
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.
January 19, 2023

Hi @Jeffrey Howard

Welcome to the community!

If you have access to the database, you can lookup the 'cwd_user' table where the user details are specified.

Hope this helps.

Thanks,
Vamsi

Jeffrey Howard January 19, 2023

YES, but not sure how to find the date the were added to Jira

Vamsi Kandala
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.
January 19, 2023

Hi @Jeffrey Howard

The 'created_date' column gives the date when the user is added to Jira.

You can use the 'user_name' or 'email_address' column to search for a particular user.

Hope this helps.

Thanks,
Vamsi

Suggest an answer

Log in or Sign up to answer