How do I write a JRS report to get the list of user stories that are associated with a particular work item in its inheritance chain?
![]()
Scenarios:
I need a JRS report that gives me all of the stories that are descendants of Epic1. Please note: The report needs to be generic enough that is doesn't matter how many levels deep the stories are, or what the work item type is that I am using as the search criteria. In other words, Epic1 may be Feature1, or may be Issue 1. How do you do that?
So, to be explicit, the report should return Story1, Story2, Story3, Story4, Story5, and Story6. Story7 and Story8 are not descendants of Epic1, and therefore should not be in the report.
|
2 answers
![]() Kenji's response is correct, and I'll just add that there's no way to make the report dynamically include more layers if the hierarchy grows in size -- you'll have to go in and manually add more relationships if necessary. |