Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual studio online. Migrate a project from one account to another

I do have two visual studio online accounts:

  • mypersonalaccount.visualstudio.com (free basic) and
  • mycompanyaccount.visualstudio.com (paid)

I started a small project into my personal one a few years ago. Now this project grows up and we create a little company.

I would like to change this project from my personal account to the my company account. in order to take advantage of the paid features.

How can I migrate a project from one account to another?

I would like to change the ownership for all data, no just the code repository but all tasks and sprints data too.

like image 733
Daniel Santos Avatar asked Jan 03 '17 15:01

Daniel Santos


1 Answers

There is no such tool provided by Microsoft. Microsoft supports the migration from Team Foundation Server on premise to Visual Studio Team Services.

What I would suggest is to either use alternative tools like the vsts-sync-migration, or write your own PowerShell scripts leveraging the VSTS REST APIs to move the data you need.

like image 65
Luca Cappa Avatar answered Oct 18 '22 13:10

Luca Cappa