Skip to content
Discussion options

You must be logged in to vote

I believe this should help in lieu of other responses for the experts:
I haven't seen a command that allows you to traverse a node in the config structure. However, I believe there are two ways to do this. One is the brute force and straightforward method which is to add all of the Work Items to the WorkItem List.

     "WorkItemIDs": [
          "97885",
          "98564",
          "99776"
        ],

Then leave
"LinkMigration": true,
Or to increase performance, and take care of it implicitly, modify the WIQLQueryBit to the only query that tree structure. That would look something like this.

"WIQLQueryBit": "AND [System.WorkItemType] NOT IN ('Test Suite', 'Test Plan') AND [System.WorkIte…

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

This discussion was converted from issue #930 on July 06, 2021 11:22.