Sum resolved story points for epics that have a specific label

I am wanting to generate a calculated member formula that will find all stories under all epics that have a specific label and then sum the story points of those stories. When I have gotten the syntax correct, it does not return any data.

The following JQL finds all the stories issueFunction in issuesInEpics("project in (CPECS) AND labels in (Risk_Gov)") and then I can use Rich Filters Gadgets to sum the points in a JIRA Dashboard.

Hi @Spencer_Tiller

Thanks for posting your question!

It seems to me that you are looking for a solution described in the documentation page here - Issue link field dimensions

Add the code in eazyBI advanced settings (Advanced settings for custom fields) and then select the field Epic Label for import (You will find it under the Jira import options → Additional Options → Issue link field dimensions section.

Once you import this dimension, you can apply it as a filter. This solution allows Epic labels to be passed down to its children.

Let me know if this works for you or if you have any follow-up questions!

Best wishes,

Elita from support@eazybi.com