honzajscz
honzajscz

Reputation: 3107

Azure DevOps user migration

After a couple companies merge, we had to build up an AZ DevOps solution from scratch for the new business entity. Unfortunately, at that time we added some users from various companies under their original email addresses (reason: reuse of their VS subscriptions).

Now we need to migrate these users in Azure DevOps from their old [email protected] to their new [email protected] without losing their work and settings. Afterwards the users should be able to log in with their new emails and see everything as if they would log in with their old addresses.

Any ideas how to solve this problem?

Upvotes: 1

Views: 1060

Answers (2)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51093

jessehouwing is right, if you want to migrate data to new Azure DevOps users, you need submit a support ticket here.

But there are something you need pay attention and get ready first:

  • Do not add them ([email protected]) to Azure DevOps Service or let them logon to Azure DevOps Service. At this point Azure DevOps Service support needs to migrate/transfer the users.

  • Provide a mapping list of users (old user > new user) to Azure DevOps Service Support.


Azure DevOps Service will transfer identities to the new users. This should add the new account to Azure DevOps Service, assign work items to the new account, assign the Azure DevOps Service license to the new account , and remove the old account from Azure DevOps Service.

Upvotes: 1

jessehouwing
jessehouwing

Reputation: 114651

You need to open a support case and they can help you out. You get a excel file to map users between the domains and they can map them over in one go.

Upvotes: 1

Related Questions