-
a revision in a work item set the iteration to one that does not exist anymore, and the migration goes to error. is there any way to bypass a failed revision? or do i need to recreate the iteration [10:19:39 INF] =============================================================== |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
What you may be hitting is a moved work item or a deleted area/iteration path. If a Work iTem previously was set to this area/iteration and then subsequently the area/iteration was deleted, then it would not be valid to add this in the history. Area/iteration paths are the one thing that we cant bypass the rules for. There are two options to resolve this: Option 1: Add the missing area/iterationsThis can be enabled automatically by using the Option 2: Map the missing area/iterationsAdd a field map to map the missing area/iterations (map the expected target area/iteration to an existing area/iteration). Then set |
Beta Was this translation helpful? Give feedback.
What you may be hitting is a moved work item or a deleted area/iteration path. If a Work iTem previously was set to this area/iteration and then subsequently the area/iteration was deleted, then it would not be valid to add this in the history. Area/iteration paths are the one thing that we cant bypass the rules for.
There are two options to resolve this:
Option 1: Add the missing area/iterations
This can be enabled automatically by using the
ShouldCreateMissingRevisionPaths
totrue
in theTfsNodeStructureOptions
of theCommonEnrichersConfig
list.Option 2: Map the missing area/iterations
Add a field map to map the missing area/iterations (map the expected target area/iteration to an exis…