Skip to content
Discussion options

You must be logged in to vote

Found 0 based on the WIQLQueryBit in the target system.

The query SELECT [System.Id], [Custom.ReflectedWorkItemId] FROM WorkItems WHERE [System.TeamProject] = 'Sales' AND (NOT [System.WorkItemType] IN ('Test Suite', 'Test Plan','Code Review Request','Code Review Response','Feedback Request','Feedback Response','Shared Steps','Shared Parameter') AND [System.WorkItemType] <> '') AND [System.WorkItemType] IN ('Product Backlog Item') AND [System.CreatedDate] <= '2018-01-01T00:00:00.0000000' ORDER BY [System.ChangedDate] desc with [System.TeamProject] mapped to the target returned zero results...

Most likely reason is the AND [System.CreatedDate] <= '2018-01-01T00:00:00.0000000'

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
2 participants
Converted from issue

This discussion was converted from issue #2228 on July 30, 2024 10:09.