I am attempting to show in a Jira gadget the number of story points per release. This is the query I am attempting to group by fixVersion.
"Project Type" = SCRUM AND issuetype = Story AND "Story Points" > 0 AND fixVersion = earliestUnreleasedVersion() AND issueFunction in aggregateExpression("Total Story Points", "StoryPoints.sum()")
The detail records returned are correct, however, I want to group these results and get the total story points for that grouping.
Any advice is appreciated.
TIA
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.