Export user SMTPs in a query

Galvin February 5, 2020

Currently only able to export reporter/assignee details etc,

Need a way to export a unique entry for all users, (AD ID or email address) Is this possible in Jira Cloud? Many thanks

1 answer

0 votes
Petter Gonçalves
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 7, 2020

Hello Galvin,

Thank you for reaching out.

Can you please let us know in which format you want to export the unique entry from your Jira Users?

I mean, are you trying to migrate a list of users with the unique ID or are you trying to export issues where the assignee and reporter fields are returning the unique ID instead of the user name?

For a list of users, you can export it logged as a site-admin by navigating to User management > Users > Export users:

Screen Shot 2020-02-07 at 18.53.57.png

The e-mail address will be included in the export file.

Now, if you want to export issues with the e-mail of the related assignee/reporter, you can add a custom field to collect their e-mail. These would be the steps:

1 - Create a new custom field(s) to collect the e-mail of the Assignee/reporter and add it to your project screens

2 - Use a JQL query to return all the issues of a specific assignee/reporter

3 - Use the bulk update feature to update all the returned issues with the relevant Assignee/reporter e-mail in the new custom field

4 - Repeat the process to each assignee/reporter

5 - Create a JQL query with the issues you want and export it to a CSV file

Let us know if you have any questions.

Suggest an answer

Log in or Sign up to answer