I am currently planning a migration from one cloud instance to another. As part of this migration I have users which have accounts utilizing their old email addresses in the source instance and utilizing their new email addresses in the destination instance. How do I map these email addresses such that issues, etc. which are assigned will utilize the new email addresses?
For clarification, I have the following:
sourceinstance.atlassian.net
ISSUE-123 assigned to joe@sourceinstance.com
ISSUE-124 assigned to sue@sourceinstance.com
I want to migrate to
destinationinstance.atlassian.net
ISSUE-123 assigned to joe@destinationinstance.com
ISSUE-124 assigned to sue@destinationinstance.com
And also insure that I don't have two user accounts in my destination instance.
When I look at id.atlassian.com, these are managed accounts using SSO.
Thanks!