How does actual effort and remaining effort gets calculated in sprint in Agile development 2.0 . Is it based on story and scrum task or we have to fill it manually?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2018 04:36 AM
I have to create a report which shows how many days are remaining in a particular sprint. I created it based on a field in sprint (rm_sprint) but the value in it is not automatically getting populated.
Labels:
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2018 01:43 PM
Vijay, there is no rollup of planned/actual/remaining hours from scrum task to story. However, you can still get the aggregate value of planned hours/remaining hours/actual hours from the scrum tasks by dot-walking the filters on the scrum_task table like story.sprint = <your sprint id>