Is there any way we can migrate all the workitems with history and having attachments from TFS to Azure DevOps boards ?
Thanks
Is there any way we can migrate all the workitems with history and having attachments from TFS to Azure DevOps boards ?
Thanks
2
Answers
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.
Here is the documentation with complete information regarding Migration.
We can try to use WiMigrator provided by Microsoft that is available on GitHub that can help with moving work items from one Azure DevOps/TFS project to another Azure DevOps/TFS project.
It can migrate the latest revision of a work item or set of work items based on the provided query, including:
Test on my side and it works as expected. Please have a try for that by following below steps:
To use the tool, we need to clone the repo and built the WiMigrator Tool first.
Building the WiMigrator Tool:
After that, we can follow below steps to do the migration.