Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I move an Azure DevOps project to a different organization?

Tags:

azure-devops

I have got a project in an old org (from VSTS), that I want to move to my new one.

I can't see any options in Azure DevOps on migrating projects, or any information on the interwebs.

Anyone know how to do it?

like image 785
RPM1984 Avatar asked Nov 18 '18 23:11

RPM1984


People also ask

Can I move a project from one organization to another Azure DevOps?

Currently, there is no such feature to support migrating team projects between two Organizations.

How do I export an Azure DevOps project?

Choose the Azure DevOps logo to open Projects. Then choose Admin settings. Choose Users, and then Export users.


2 Answers

If you just need to move repos, you can use the built in clone functions:

  1. Go to the Azure Devops source repo -> Files
  2. Click "Clone"
  3. Choose "Generate Git Credentials"

Generate GIT credentials

  1. Create the target repo in the target Azure DevOps
  2. Choose "Import a repository"
  3. Use the URL and credentials from Step 3

enter image description here

  1. Done
like image 124
Martin Åhlin Avatar answered Sep 22 '22 16:09

Martin Åhlin


This is not supported today. But this feature was planned to develop: make it possible to move a Team Project between Team Project Collections

like image 42
Shamrai Aleksander Avatar answered Sep 21 '22 16:09

Shamrai Aleksander