Post migration how to update the workitems changed in the source project? #1612
Answered
by
MrHinsh
VenuVavilala
asked this question in
Q&A
-
Some of our users made changes to the source project work items post migration. I would like to re-sync the changes made in the source project workitems to target project. FilterWorkItemsThatAlreadyExistInTarget: false ? |
Beta Was this translation helpful? Give feedback.
Answered by
MrHinsh
Sep 5, 2023
Replies: 1 comment
-
Correct, use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MrHinsh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Correct, use
FilterWorkItemsThatAlreadyExistInTarget: false
to stop filtering the source to run with the already migrated items. This should then update any Target items that have been updated in the source.