Can can I re-synchronize tickets that have been modified since the initial migration? #1310
-
I've successfully done an initial sync of tickets with their full revision history, and the users have since made several changes. I've tried re-syncing to pull over the most recent changes, but the tool simply says "After removing all found work items there are 0 remaining to be migrated." Am I supposed to change "FilterWorkItemsThatAlreadyExistInTarget" to false for this? I'm wary to test this option lest I create a duplicate of every ticket. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I did a small test of a single ticket that I knew had changes by adding It seems that setting |
Beta Was this translation helpful? Give feedback.
I did a small test of a single ticket that I knew had changes by adding
AND [System.Id] IN ('3941')
to myWIQLQueryBit
.It seems that setting
"FilterWorkItemsThatAlreadyExistInTarget": false
is indeed the solution to have it take a closer look at already migrated tickets, and bring over additional changes.