You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
We would like to display the total of story point for the issue types in the Two Dimensional Filter within our Agile project dashboard in Jira.
However, the Story Points field is not available in the drop down list.
Has anyone got any idea how to add this field into the drop down list.
Thanks,
Such a no brainer...can't believe Story Points is not included in the schema by default. Should be able to report out on any numerical field in a two dimensional chart. Another one of those confounding Atlassian moments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can't do this 'free', but you can do it by cheating.
Create an automation rule that adds the story points of that tasks/tickets under the epic together (JQL lookup does this, then you can even use the advanced branching rule to do more)...then drop that info into a custom field in the epic itself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Append this to your JQL
AND issueFunction in aggregateExpression("Total Story Points", "StoryPoints.sum()")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure this function works in Jira Classic? Are you on Nextgen?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This works when going into the filter and clicking advanced then adding the JQL part there. But how do we show this in the two dimensional widget? I cant find the issueFunction drop down in the widget settings either and when I change the issue function name to one of the drop downs in the jql it no longer works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Michelle
Currently it's not possible to aggregate story points in 2D filter, here's a ticket about it
https://jira.atlassian.com/browse/JRASERVER-62109
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Paid plugin which you can look into for this requirement
https://marketplace.atlassian.com/apps/1211625/sumup-for-jira?hosting=server&tab=overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.