How does one generate a report that shows stories & their dependent stories?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2019 10:29 AM
I received a request to generate a report that lists stories for a particular sprint and to include the dependent stories and have them flagged as dependent stories. Is this possible? If so, How?
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2019 01:58 AM
Hi Ron!
You can create a report on the Table m2m_story_dependencies.
Type = List
Configure which columns you want to show (you can dot-walk in both the Prerequisite story for fields in that one and the dependent story)
Group by Prerequisite Story - Sprint for the list to be grouped by the sprint.
It should then look something like this.
If this helps plese mark as correct
Regards
Anders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2019 06:10 AM
Thanks Anders - this feedback pointed us in the right direction.