Skip to content

How is possible to not check area or iteration history ? #1406

Answered by MrHinsh
dahikino asked this question in Q&A
Discussion options

You must be logged in to vote

during sycnhronization, i would like to be able to move some iterations without to remove the revisions sync setting

You would need to run two migrations. One with a query scoped for the work items that you do want to migrate history with ReplayRevisions set to true, and another scoped for the rest with ReplayRevisions set to false.

When a iteration is deleted, every Work items that reference the iteration in their revisions can not be synchronized !

Correct, if the iteration for the migration does not exist then the work item cant be migrated. You would need to add a mapping in the Field Map for that Iteration. This would affect ALL work items in scope for that migration under th…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MrHinsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants