Agile module: reports to see Stories associated with Enhancement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2017 10:02 AM
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)>

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2017 10:54 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2017 10:55 AM
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