I am using Azure DevOps Migration Tools to migrate my ADO Project A which is in Tenant A to Project B in Tenant B.
I have a similar set of users in both ADs but users in both these tenants have different email addresses.
I believe, when I run this migration, it will assign work items to placeholders as those users are not present in the target project(atleast with the same email address).
How can I overcome this? I want to map these users when migrating to Project B so that those users are correctly mapped with their email addresses in Tenant B.
For example, User A in source project with email [email protected] should be mapped to User A in target project with email [email protected].
Can I do that? If yes, then how?
(I can't use the approach of switching the Directory of my Project A to Tenant B as is suggested in the Docs of the tool)
Here is another way, but still not nice, because you have to duplicate it for every field:
Here are the identity fields I know (please add more!):
There is a nice automated export to create a list of users in that format: ExportUsersForMapping
And an improvement is planned.