Agile module: reports to see Stories associated with Enhancement?

anthonybrown
Tera Contributor

I can easily create a report from the Stories table that pulls in the Parent Enhancement.   However, when looking at Enhancements, I find it cumbersome to see the Stories associated with it because the Story isn't contained in the Enhancement table. Is there an easy way to create a report that isn't nested and shows Stories (in a column) next the the Enhancement report (in another column of the same report)>

2 REPLIES 2

sachin_namjoshi
Kilo Patron
Kilo Patron

Hi Anthony,



This is because one OOB there is related list on enhancement table to save story to enhancement relationship status.


There can be 1 to many relationships between enhancement and stories.



As you mentioned earlier, you can report on rm_story table to find stories and their related enhancements.



Regards,


Sachin


sachin_namjoshi
Kilo Patron
Kilo Patron

If you have to do this, then you can create database view between story and enhancement table and then report on data base view.



Regards,


Sachin