'How to migrate or move Azure DevOps project from one organization to another organization?
We have a requirement where we need to move/migrate an Azure DevOps project from one organization (Organization A) to another organization (Organization B). We need to migrate everything including Repo, Pipelines, Boards, Pull Requests, Commit History, Dashboards and Test Plan etc. Can anyone please help us in doing it.
Solution 1:[1]
If you just need to move repos, you can use the built in clone functions:
Go to the Azure Devops source repo -> Files
Click "Clone"
Choose "Generate Git Credentials" :
Create the target repo in the target Azure DevOps
Choose "Import a repository"
Use the URL and credentials from Step 3
Done
This is not supported for all projects today. But this feature was planned to develop: Make it possible to move a Team Project between Team Project Collections.
You can vote on the ticket. As a result, they depend on the community to validate the request via votes and comments.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Jeremy Caney |