Sudarshan Sharma
Sudarshan Sharma

Reputation: 121

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.

Upvotes: 1

Views: 2483

Answers (1)

Sairam Tadepalli
Sairam Tadepalli

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:

  1. Migration Tools for Azure DevOps : https://marketplace.visualstudio.com/items?itemName=nkdagility.vsts-sync-migration

  2. 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

https://learn.microsoft.com/en-us/previous-versions/azure/devops/report/admin/create-status-and-trend-excel-reports?view=tfs-2017&viewFallbackFrom=azure-devops-2020

enter image description here

Upvotes: 1

Related Questions