Forum Discussion
ShabinSGS
Nov 20, 2025Brass Contributor
How to Move Azure DevOps Organization to New Organization
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 a...
rogerval
Nov 28, 2025MCT
Azure DevOps doesn’t currently offer a built-in way to migrate an entire organisation. As Kidd_lp notes, you can mirror your Git repositories and export/import work items and YAML pipelines via REST or Excel, but boards and test plans have to be recreated. Some customers use the open-source Azure DevOps Migration Tools to copy boards and history between orgs, but that’s still a third-party solution and requires careful mapping and testing. Without such tooling you’ll need to rebuild boards/backlogs and reassign permissions manually. I recommend doing a trial migration in a test project to validate your process before committing.