Wondering if others may have come across this. In Advanced Roadmaps, I have one parent Epic and two child Tasks that are linked to the parent Epic. I enabled Roll Up of dates and others option in the Roadmap. Enabled Time Tracking in the Tasks. I can see the hours reported and dates set at the child Task level are showing up and rolling up to the parent Epic. At question is: when I create a Filter to list out details of the parent Epic and two child Tasks it will show hours recorded at Task level but no calcs are rolling up to parent Epic level in the filter's display. Any ideas on how to get the Filter to show the rolled up values at parent Epic level, as they do appear in the Roadmap? Prefer to do this in Jira and not use plugins.
Hi @Tim Comella My name is Habib I might have an solution that will help you.
```
issueFunction in aggregateExpression("parentEpicKey", "sum(\"Time Spent\")")
```In this JQL query, replace `parentEpicKey` with the key of the parent Epic, and `"Time Spent"` with the name of the Time Tracking field in your Jira instance.
3. Save the JQL query and run the filter. You should now see the rolled-up values for the parent Epic in the filter's display.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.