How does one generate a report that shows stories & their dependent stories?

Ron Fowler
Kilo Contributor

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?

2 REPLIES 2

andersbogsjo
Tera Guru

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.

find_real_file.png

If this helps plese mark as correct

Regards

Anders

Ron Fowler
Kilo Contributor

Thanks Anders - this feedback pointed us in the right direction.