Query for listing all the work items, stories under an epic
Hello All,
We have an epic which has many stories as a child... These stories have multiple work items as a child.... Is there a way to create query which list all the stories and work items under the epic... We are looking for a query which outputs the whole tree under an epic.... Regards Vishnu Kumar |
Accepted answer
Dinesh Kumar B (4.1k●4●13)
| answered Oct 08 '13, 3:41 a.m.
JAZZ DEVELOPER edited Oct 08 '13, 3:44 a.m.
Create a Query with Condition on Type : Story
and Columns Display : Parent | ID | Summary | Children Should get you that. Below is a screen shot for reference : I understand if you have multiple stories, the epics will still get listed multiple times and not a neat solution but hope you have something atleast... and for a tree listing, I would go with plans like what Aradhya has suggested. Ralph Schoon selected this answer as the correct answer
|
2 other answers
Hi Vishnu
|
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.
Comments
The problem with such a query is, that you are not able to create filters that are deeper than one level, So you will be able to setup a query for an epic that has children, but not more. And, such a query will give you only the children.
What you are looking for is at least available in the RTC Eclipse client. You can query for the top level work item, the epic, and setup the display options of the query result view in that way that the links, like parent child, are displayed too (I guess it is on the right side of the view, under Settings.) Unfortunately such a dependency tree is not possible in the web client in RTC.
Thanks...I will try it out.... it will suffice our requirement i guess...