WIQL Parent and Child Work Items #1277
Replies: 2 comments 3 replies
-
The problem is that this form of WIQL query
uses a special The code in the task (and command line tester) builds the WIQL query using this form
so the There is no way without a code change to tasks to allow the I have added this to the backlog |
Beta Was this translation helpful? Give feedback.
-
Yes, this makes sense, hopefully it isn't too complex to implement. I'll keep an eye out for your product updates. Thank you for the prompt reply. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am trying to get work items through their relationship to a parent item. The Microsoft documentation allows for the use of syntax to retrieve a source task, and its corresponding target (child) tasks.
Here is an image of the query I'm using in the task.
![image](https://user-images.githubusercontent.com/78977273/161831699-a80ce7c3-3dff-4784-99dd-ea561b709428.png)
When I run this tasks it does not recognize [Source] as a valid field name.
![image](https://user-images.githubusercontent.com/78977273/161833008-34e0ee2d-60eb-411c-b1b5-951713603cde.png)
Could you please clarify how to use the query in this way?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions