-
it happen that some people remove iterations and the synchro stop to work for these work items mentionning in their revisions the iteration ! |
Beta Was this translation helpful? Give feedback.
Answered by
MrHinsh
Jun 17, 2024
Replies: 2 comments 2 replies
-
Please read the error message for missing iterations carefully and follow the provided instructions. Aditional info; #1846 |
Beta Was this translation helpful? Give feedback.
0 replies
-
My problem comes from the fact some iterations have been removed from the target and second pass of sync process find some tickets with revisions mentioning these iterations. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per the documentation, you need to add Iteration Maps and Area Maps that adapt the old locations to new ones that are valid in the Target.
Before your migration starts it will validate that all of the Areas and Iterations from the Source work items revisions exist on the Target. Any that do not exist will be flagged in the logs and if you have "StopMigrationOnMissingAreaIterationNodes": true, set the migration will stop just after it outputs a list of the missing nodes.
Our algorithm that converts the Source nodes to Target nodes processes the mappings at that time. This means that any valid mapped nodes will never be caught by the This path is not anchored in the source project messag…