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,
I would like to automatically sum up the value of our "Story Points" field over a list of Jira issues for a variety of use cases (one being to see how many story points we complete per sprint per customer). I know I can set up filters to view the individual issues along with their associated Story Points values, but I would like to avoid human error in totaling them up.
Does anyone know if would be possible to achieve this with an automation rule? So far I have started a rule with a manual trigger, a "Create variable" action for a new {{totalStoryPoints}} variable, and a Lookup Issues JQL query that will find the issues in question based off of the trigger issue, but I'm having trouble envisioning how to connect the components. Ideally this rule would iterate over the issues in the lookup query and increment totalStoryPoints by the value in the "Story Points" field for each issue, then send me an email with the final totalStoryPoints value.
Thanks for any pointers!
Right after posting this I found a workaround for quickly summing up a value in https://community.atlassian.com/t5/Jira-Service-Management/How-do-i-get-Total-SUM-of-custom-field-after-adding-JQL/qaq-p/1935278.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.