I've got a project in an old org (from VSTS), that i want to move to my new one.
I can't see any options in Azure DevOps on migrating projects, or any information on the interwebs.
Anyone know how to do it?
Thanks
I've got a project in an old org (from VSTS), that i want to move to my new one.
I can't see any options in Azure DevOps on migrating projects, or any information on the interwebs.
Anyone know how to do it?
Thanks
This is not supported today. But this feature was planned to develop: make it possible to move a Team Project between Team Project Collections
If you just need to move repos, you can use the built in clone functions:
If your Azure Devops project only tracks code versions using a single Git repo, hence no boards, user stories, tasks, pipelines, etc. then you can do the following:
.git
database folder, most likely the solution folder of Visual Studio and type git remote rm origin
. .git
database and the *.sln
Visual Studio solution file:
As @Frederic mentioned in his answer, we can actually easily do it with Visual Studio. I have done this without Visual Studio. The steps involved are below.
The commands and detailed explanations can be found here.