Reputation: 121
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.
Upvotes: 1
Views: 2483
Reputation: 1683
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
Upvotes: 1