Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Migrate projects between VSTS Accounts

Is there any way to migrate whole projects between different VSTS Accounts?

We need to move/copy some projects from one to another VSTS Account including all artifacts, code, history, work items, build & release.

like image 611
Jannik Rahner Avatar asked Oct 18 '22 03:10

Jannik Rahner


1 Answers

No at present this is not possible.

The only option available is to do a replay-migration which essentially copies all data from one account to another. You will lose some data in the process (not everything can be easily copied) and some dates and user's names will be reset, as the date of the date of the copy will be used and the user performing the migration may end up as the user performing the action.

Tools like:

  • OpsHub Migrator
  • VSTS Sync Migration Tools

Can help, but none offer a full fidelity migrations. Each tool has its own limitations.

At the moment if you need to hand off a project to another organisation these are your only options.

like image 125
jessehouwing Avatar answered Oct 21 '22 05:10

jessehouwing