'Migration of projects in azure Devops
Is this possible to migrate projects from one organization to another in Azure DevOps?
I am facing challenges to manage multiple organizations so instead of it I want to migrate all of the projects to a single organization.
Solution 1:[1]
Unfortunately, the requirement of migrating one organization project to another organization will not be achieved directly
through DevOps. Instead there are few operations we can perform in Azure DevOps where we can implement to achieve the task up to some point.
There are different migration tools like:
Migration Tools for Azure DevOps : https://marketplace.visualstudio.com/items?itemName=nkdagility.vsts-sync-migration
OpsHub Azure DevOps Migrator (Formerly known as OpsHub Visual Studio Migration Utility) : https://www.opshub.com/products/opshub-azure-devops-migrator/
Instead, we can migrate the REPO by Built-in clone functions
and export data through excel sheet
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 | SairamTadepalli-MT |