Replies: 1 comment 4 replies
-
Correct. At this time only the project change is reflected in 'FilterWorkItemsThatAlreadyExistInTarget', and we do not use any Area or Iteration Mappings. To avoid this issue we recommend that you use the same area & iteration paths in the source and the target until you have completed the migration. Or use the We are always open to pull requests. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Dear Azure DevOps Migrators,
I think I found a bug in the "AreaMaps" and "IterationMaps" in relation to the checking of already migrated workitems rutine.
If you are have the "FilterWorkItemsThatAlreadyExistInTarget" set to true, this does not correctly run this through the maps that are done for Area and Iterations, which then gifts you with the lovely error:
Microsoft.TeamFoundation.WorkItemTracking.Client.ValidationException: TF51011: The specified iteration path does not exist. The error is caused by «'migtest\S1\S1.1CPQ\Sprint wk17-18 2022'».
Seems that it concatenates the original path (CPQ\Sprint wk17-18 2022) on the back of the new target path (migtest\S1\S1.1).
UPDATE: This also affects "ReplayRevisions" :-/
If this is an ID10T error, please advise :)
Cheers
Martin
Beta Was this translation helpful? Give feedback.
All reactions