How to Move Azure DevOps Organization to New Organization

Shabin Suresh 41 Reputation points
2025-11-20T13:04:06.78+00:00

Dear Team,

We are using our existing Azure DevOps (abc.net), now we want to move to new org. (abc.com) without losing history, work items etc. Are there any options without 3rd party tools. Kindly advise.

Thanks & Regards,

Shabin

Azure DevOps
0 comments No comments
{count} votes

Answer accepted by question author
  1. Siddhesh Desai 1,425 Reputation points Microsoft External Staff Moderator
    2025-11-21T11:43:01.6166667+00:00

    Hi @Shabin Suresh

    There's no inbuilt functionality in Azure Devops to move the Organization and Entire Project to new Organization or target organization. If you don't want to use third party tools you can move the work items, Pipeline, History, Repos by creating a script and using Azure Devops Rest API's.

    You can create an automated script and call Azure Devops Rest API and Fetch the WorkItems, Pipelines, Repos with Get Request and call the Post API to Post the output payload from Get request in the Target Organization or Project to create the same set up.

    Refer this links for more details on the same: a) https://learn.microsoft.com/en-us/rest/api/azure/devops/?view=azure-devops-rest-7.2 > in the left pane check rest api's for different Azure Devops Services

    b) https://medium.com/@aabeing/automate-the-export-of-work-items-from-azure-devops-board-with-rest-api-powershell-a7d0240ecc1b

    c) https://www.baeldung.com/ops/azure-devops-migrating-project-different-organization

    d) https://stackoverflow.com/questions/74793329/how-can-i-export-a-list-of-pipelines-from-azure-devops

    Refer my answer here for more details: https://learn.microsoft.com/en-us/answers/questions/5630894/how-to-move-organization-for-azure-devops-service


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.