I am trying to migrate work items type Product backlog item to another project as User story.
TF237124: Work Item is not ready to save at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem.Save(SaveFlags saveFlags) Unable to migrate
I am trying to migrate work items type Product backlog item to another project as User story.
TF237124: Work Item is not ready to save at Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem.Save(SaveFlags saveFlags) Unable to migrate
I think I may have the answer to your challenge as I was facing the same one. Answered here:
Unable to successfully migrate a project: TF201077: The work item type cannot be found
My issue was in the config file after all. It had example data under the node base paths:
"NodeBasePaths": [ "Product\Area\Path1", "Product\Area\Path2" ], and that prevented the node mapping which caused the save to fail and produced the error. Simply removing all data in that section if I'm not using it solved the problem.