Home > Enterprise >  Migrate all work items with history attachments links form TFS to Azure DevOps boards
Migrate all work items with history attachments links form TFS to Azure DevOps boards

Time:07-01

Is there any way we can migrate all the workitems with history and having attachments from TFS to Azure DevOps boards ?

Thanks

CodePudding user response:

Use Azure DevOps Mitigation tools extension with which you can edit bulk data and migrate data from Team projects on both team Foundation Server (TFS) and Azure DevOps.

enter image description here

Typical Uses of this tool

  • Merge many projects into a single project
  • Split one project into many projects
  • Assistance in changing Process Templates
  • Bulk edit of Work Items
  • Migration of Test Suites & Test Plans
  • new Migration of Builds & Pipelines
  • Migrate from one Language version of TFS / Azure Devops to another (new v9.0)
  • new Migration of Processes

Here is the enter image description here

  • Related