Skip to content
Discussion options

You must be logged in to vote

To re-migrate the same work items with on the changes we run the same config with FilterWorkItemsThatAlreadyExistInTarget": false,.

It may be a good idea (for speed) to add a date filter to the QueryBit. WIQL is localised so you will need to create a query that matches your region, but this is what I get:

AND [System.ChangedDate] > "2023-01-12" AND [System.WorkItemType] IN ('Product Backlog Item')

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@code-on-git
Comment options

Answer selected by code-on-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Add-To-Documentation Content that probably should be added to the docs
2 participants