Forum Discussion
Migrate Azure Devops Project to another project in same Azure Devops Organization
Hi All,
I would like to know how to migrate azure devops project to another project within and outside Azure Devops organization?
Hello Sagar_Lad,
The steps involved are below.
Add a User to Both Organization
Configure SSH Key
Update the SSH Key in Source DevOps and Clone the Repository
Check out all the Branches and Tags
Update the SSH Key in the Destination DevOps
Remove Old and Add New Origin
Push all the branchesMore https://medium.com/medialesson/move-git-repositories-from-one-to-other-organization-in-azure-devops-d15ee4283dc9
Regards
5 Replies
- marvinconejoCopper Contributor
Hello Sagar_Lad,
The steps involved are below.
Add a User to Both Organization
Configure SSH Key
Update the SSH Key in Source DevOps and Clone the Repository
Check out all the Branches and Tags
Update the SSH Key in the Destination DevOps
Remove Old and Add New Origin
Push all the branchesMore https://medium.com/medialesson/move-git-repositories-from-one-to-other-organization-in-azure-devops-d15ee4283dc9
Regards
- Sagar_LadBrass ContributorThanks marvinconejo
- Dav1988Copper Contributor
Hi Sagar_Lad
I don't think this feature is supported yet.
https://developercommunity.visualstudio.com/idea/365365/make-it-possible-to-move-a-team-project-between-te-1.html
You might be able to use Azure DevOps API but it requires a lot of work.
https://docs.microsoft.com/en-us/rest/api/azure/devops/?view=azure-devops-rest-6.1&viewFallbackFrom=azure-devops-rest-6.0
Thanks,
Dav