0

Is there any way to migrate a single team project from TFS 2012 Update3 /15 to Existing Azure DevOps Services with the change set history and work items?

Please let me know if there is a process to get it done.

Thanks in advance :)

Sat
  • 27
  • 6
  • 1
    A single team project? No. An entire team project collection? Yes, if you upgrade to a modern version of TFS/Azure DevOps Server first. – Daniel Mann Jan 10 '20 at 20:37

2 Answers2

2

There is no out-of-box feature to migrate team projects between TFS to DevOps, you may try @Shamrai's suggestion, or check some third party tools, like OpsHub: https://marketplace.visualstudio.com/items?itemName=vs-publisher-1455028.OpsHubVisualStudioOnlineMigrationUtility

Cece Dong - MSFT
  • 29,631
  • 1
  • 24
  • 39
1

There is no method to migrate one single team project. However, you can try to:

  1. Upgrade your current TFS to Azure DevOps Server (Upgrade your deployment to the latest version of Azure DevOps Server).
  2. Use Migration Tools for Azure DevOps to migrate work items. (TFS 2017 Migration To VSTS with VSTS Sync Migrator)
  3. Import your TFVC repository into GIT (Import repositories from TFVC to Git) and move it into Azure Devops project (Import a Git repo).
Shamrai Aleksander
  • 13,096
  • 3
  • 24
  • 31