Total story points by user by sprint
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2023 03:38 AM
Wanting to report on the total story points assigned to each user in an agile group per sprint. Any suggestions on the appropriate Data Table and Config to display such data? Thanks in advance
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2023 10:58 AM
I had to do something similar recently, for the SAFe module. Make a Database View that links sn_safe_story, sn_safe_sprint, and sys_user tables, or you can link rm_story, rm_sprint, and sys_user instead if not using the SAFe module. When configuring your report, use the DB View you created as the data source, and select the relevant columns to display.