ARUN VARRIAR
ARUN VARRIAR

Reputation: 1

Migrate work items from one organisation to another using vsts sync migrator

I am trying to migrate custom work item from "ABC" from one project 'x' org to another project in 'y' organisation using the VSTS sync migrator.

While migrating I get this error:

WorkItemRevisionReplayMigrationContext: ...the WITD named ABC is not in the list provided in the configuration.json under WorkItemTypeDefinitions. Add it to the list to enable migration of this work item type.

I was able to successfully migrate all other work items like user story, bug which already exist in ADO

Upvotes: 0

Views: 157

Answers (1)

Cece Dong - MSFT
Cece Dong - MSFT

Reputation: 31075

Please get the latest version of Migration Tools for Azure DevOps from the website below:

https://marketplace.visualstudio.com/items?itemName=nkdagility.vsts-sync-migration

And check whether you have created WIT "ABC" in 'y' organization.

Upvotes: 1

Related Questions