AzDo Migration Tool: PBI's to User Story migration not working

218 views Asked by At

I'm currently using the Azure DevOps Migration Tool to move some work items from an on-prem Azure DevOps collection to a Azure DevOps collection online/cloud.

On the cloud version we are exclusively using an Agile template and as such I need to migrate some project that use the scrum template. This means converting Product Backlog Items to User Storys.

Upon running the migration tool with the WorkItemTypeDefinition set as below

  "WorkItemTypeDefinition": {
    "Product Backlog Item": "User Story"

Results in an error "System.Exception: WARNING: Unable to find 'Product Backlog Item' in the target project. Most likley this is due to a typo in the .json configuration under WorkItemTypeDefinition!"

There doesn't seem to be a typo nor anything else obvious wrong that I can see. Other WITs seem processed okay. Can anyone help?

See snippet for expanded view of configuration.json

configuration.json

0

There are 0 answers