-
Can this tool be used to establish a permanent one direction sync from TFS to ADO? Currently we are using TFS and need to keep it. But all the workitems from our project must also appear in a project hosted in ADO. According to similar questions here, the setting "FilterWorkItemsThatAlreadyExistInTarget" should fulfill this requirement. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can, but if someone edits the Target then changes from before that latest revision will not be migrated. So if you have someone change the Source WIT and then someone else changes the Target WIT before the work item is migrated, then the source changes will not be migrated until the source work item changed date is more recent than the target at runtime. |
Beta Was this translation helpful? Give feedback.
You can, but if someone edits the Target then changes from before that latest revision will not be migrated.
So if you have someone change the Source WIT and then someone else changes the Target WIT before the work item is migrated, then the source changes will not be migrated until the source work item changed date is more recent than the target at runtime.