Forums

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

Automate User Export

Andy Mussoline
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 3, 2019

Hi,

 

You are allowed to export user information from Jira to say an Excel sheet. Aside from going manually going to admin >> users >> export users, is there a feature to automate this reporting?

 

Thanks, Andy

1 answer

1 accepted

0 votes
Answer accepted
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 5, 2019

Hello Andrew,

Unfortunately, JIRA does not have an automation feature to export users periodically in CSV format, however, you can use JIRA REST API to create a script and properly get users in JSON format, posteriorly changing to CSV. 

 

- If you are using JIRA Cloud, this would be the correct endpoint:

https://yourdomain.atlassian.net/rest/api/3/user/search?username=

Reference:

Get Users - Cloud REST API

 

- If you are using Server, a little change must be performed:

https://yourdomain/jira/rest/api/2/user/search?username=""

reference to the link below:

Get Users - Server Rest API

 

Let me know if this option works for you.

Andy Mussoline
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 5, 2019

Thank you!

Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
June 5, 2019

You are most welcome! :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events