How to Migrate a single Team project from TFS 2012 to Azure DevOps Services?

2.4k Views Asked by At

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 :)

1

There are 1 best solutions below

0
On

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).