FTL] !! There are 50 IterationPaths found in the history of the Source that are missing from the Target. These MUST be added or mapped with a fieldMap before we can continue. #1452
-
I am getting this error. Can someone help? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I have the same problem. can anyone help? |
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/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…