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.
Hello,
I recently created an automation to send an email when sprint was completed. The email should include the sum of all story points in the sprint. However, it sent an email with a sum of story points of 0.
Anything I should change to correct this?
Thank you!
Hello @Bisrat Shebeshe
Welcome to the Atlassian community.
You have not confirmed that your Lookup Issues action actually found any issues. Check the Audit Log for the rule execution. If no issues were found by the lookup action you'll see a message like this:
If no issues are found then you should use a Log action to print the value of the smart value you are using in the JQL to confirm it has the value you expect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you show an image of one of those issues, showing the Story Points field has a value?
Can you confirm that the Story Points field is a number field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As you can see here, the story point estimate field is a numeric field and has value. All issues shown on the look up are the same, but some might not have value, does that make the overall sum zero?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The problem is that you are referencing the wrong field in the smart value. In the smart value you reference "Story Points" but the field that holds the value is "Story point estimate". Change your smart value to the correct field and you should get the expected result.
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.