Reputation: 324
TL;DR;
Currently I'm using the WiQL Query bit to sort out the work items I need to migrate but I wanted to know if there's a way to tell the tool to get a specific set of work items from a Work Item query, of query type "Tree of Work Items" in order to migrate the child work items under an epic.
Upvotes: 0
Views: 343
Reputation: 23444
It is not possible to use a QueryID. You need to add the text of the query directly into the configuration file. You can use the Wiql Editor tp create a flat query and export the text.
Also "Tree of Work Items" queries are not supported. You need to use a flat query!
Upvotes: 0
Reputation: 324
I already thought about making a separate Area Path (called "for migration"), move the work items listed by my Query Tree to that area path then have the query bit in the config.json to migrate work items under the area path "for migration", but I just wanted to know if its possible to migrate work items from a query using the Query ID from DevOps.
Upvotes: 0