It's all about the answers!

Ask a question

Is it possible to do recursive queries?


Katherine Sanders (611) | asked Mar 09 '10, 8:51 a.m.
I want to create a query that has all the child work items of a user story including children of children.

The only way I can see to do this is to create a query where parent id = user story OR parent id = .

This isn't very flexible because I have to remember to add an extra OR clause if I add a child to one of the child work items.

Is there any way to make queries recursive so it automatically includes all the children of children?

One answer



permanent link
Patrick Streule (4.9k21) | answered Mar 11 '10, 10:38 a.m.
JAZZ DEVELOPER
I want to create a query that has all the child work items of a user
story including children of children.

The only way I can see to do this is to create a query where parent id
= user story OR parent id = .

This isn't very flexible because I have to remember to add an extra OR
clause if I add a child to one of the child work items.

Is there any way to make queries recursive so it automatically
includes all the children of children?

Currently you can't create a recursive query.

--
Regards,
Patrick
Jazz Work Item Team

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.