SOLVED

Migrate Azure Devops Project to another project in same Azure Devops Organization

Brass Contributor

Hi All,

 

I would like to know how to migrate azure devops project to another project within and outside Azure Devops organization?

5 Replies
best response confirmed by Sagar_Lad (Brass Contributor)
Solution

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 branches

 

More https://medium.com/medialesson/move-git-repositories-from-one-to-other-organization-in-azure-devops-...

Regards

 

 

Does REST API support custom columns? Also, can I move workitems between organizations?
1 best response

Accepted Solutions
best response confirmed by Sagar_Lad (Brass Contributor)
Solution

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 branches

 

More https://medium.com/medialesson/move-git-repositories-from-one-to-other-organization-in-azure-devops-...

Regards

 

 

View solution in original post