0

I'm using VSO xxx.visualstudio.com. We have to migrate with history to yyy.visualstudio.com. I know there is no direct tool. Looking for good approach or solution.

Unique Difference with, below question: Visual Studio Online migration (VSO to VSO)

  1. Export Source code with work Items
  2. TFS Integration Platform tool is not working.
  3. OpsHub company is taking too long to reply.
Community
  • 1
  • 1
Nash
  • 525
  • 3
  • 6
  • 24
  • Possible duplicate of [Visual Studio Online migration (VSO to VSO)](http://stackoverflow.com/questions/24681217/visual-studio-online-migration-vso-to-vso) – gioele Oct 15 '15 at 13:59
  • @gioele : Its not duplicate. Here I want to export Source Code, Work Items, Changeset etc., As of Today there is not tool available in the market. I'm looking for an approach either Manual or automated. – Nash Oct 15 '15 at 16:14
  • Does yyy,visualstudio.com exist? – Lukkha Coder Oct 15 '15 at 23:16
  • What issue are you having with TFS Integration Tools. – MrHinsh - Martin Hinshelwood Oct 16 '15 at 01:30
  • 1
    We have a commercial version of our free tool [https://visualstudiogallery.msdn.microsoft.com/28a90a17-d00c-4660-b7ae-42d58315ccf2]. known as the OpsHub Integration Manager (http://www.opshub.com/main/) which supports VSO to VSO migration/integration. You can reach out to sales@opshub.com for more details. – OpsHub Inc. Oct 16 '15 at 05:45
  • @Lukkha Yes, yyy.visualstudio.com are existing instance running with 1 project. – Nash Oct 16 '15 at 16:46
  • @opshub-inc has a commercial version of [https://visualstudiogallery.msdn.microsoft.com/28a90a17-d00c-4660-b7ae-42d58315ccf2] known as the OpsHub Integration Manager (opshub.com/main) which they say "supports VSO to VSO migration/integration". sales@opshub.com for more details. (I'm not affiliated with them) – OzBob Jun 27 '17 at 03:24

1 Answers1

2

You can use the TFS Integration Tools to move TFVC code and Work Items from one Team Project to another regardless of TFS/VSO version.

I have done this a number of times and it works pretty well..

  • Are you referring to your ADS Migration Tools, found [here](https://marketplace.visualstudio.com/items?itemName=nkdagility.vsts-sync-migration)? I'm interested in migrating from an on-prem 2019 XML process model collection to an on-prem 2019 Inheritance process model collection, to include both work items and history. History is especially important. – InteXX Sep 18 '19 at 19:44