We have a situation where a customer organization (project) changed their email domain from @company1
to @company2
, while keeping the same email usernames. We'd like to know whether it's possible to bulk update these users in our Jira Service Management project or if they have to change their Atlassian account emails individually.
Can you please provide detailed instruction on how to do it?
Hi Liucija,
Regarding your concern about bulk updating email addresses, the Atlassian administration UI does not have built-in functionality for executing bulk email address changes.
There are REST API endpoints available to Org Admin to execute the changes in bulk. These are mentioned in a corresponding public feature request in which we're tracking interest in bulk domain change functionality:
I strongly recommend you vote on this feature request and drop a comment for further updates. Please, note that all of the feature requests are implemented following our Feature Request Policy.
The Organizations API is available to list all the managed accounts in your Organization. You can use this to enumerate the unique Atlassian account ID for each user.
The User management API is available to edit individual users. Use Update a user profile endpoint to update the email address.
Further reading -
How to bulk update users email addresses in JIRA using REST API
How to bulk update user email addresses in Jira Cloud
Bulk change/merge email addresses
Hope this information is helpful.
Regards,
Anusha A
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.