Hello there
We're using a team managed project and are attempting to sum the story points of the "Story point estimate" field into a new numerical field "Story point sum". We've setup our automation as specified in this post.
The formula seems to run through all the steps up until it has to SUM the "Story point estimate" fields.
Background on our project - issue structure:
Snapshot of the project:
Rule setup in Jira:
{{lookupissues.Story point estimate.sum}}
Audit of the rule running:
If someone could assist it would be greatly appreciated!
Cheers
Hi @Jakobus Johannes de Swardt
I note in your edit action that you have capitalized the smart value incorrectly, and those are case-sensitive. Please try instead:
{{lookupIssues.Story point estimate.sum|0}}
I also added a null check so you always get a number if there are not values yet.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jakobus Johannes de Swardt
You might want to try out Jira Roadmaps (or Advanced Roadmaps) - which allows you to roll up values (including story points) from issues - to epics and initiatives (issue types you define at higher level than epics).
Check out these links:
- https://www.atlassian.com/software/jira/guides/roadmaps/basic-roadmaps
- https://support.atlassian.com/jira-software-cloud/docs/roll-up-values-in-advanced-roadmaps/
As you are using Jira Cloud and Story point estimation - you might be interested in Smart Guess for Planning Poker. Because it helps you skip 20+ steps from your story point estimation compared to other planning poker tools.
Note that I am one of the folks behind Smart Guess - just so that you know.
Cheers
Björn Brynjar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Jakobus Johannes de Swardt
Are you populating the story points, or story points estimate in every issue? You are calculating the sum of "story points estimates", and not "story points".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Alex Koxaras _Relational_ Alex - some fields in "Story point estimate" are still blank but I've set a default value so all new ones will have a value at least. I've tried changing a value of a Task in an Epic where all the issues have a value for Story point estimate but it still didn't calculate the sum.
Correct, I'm trying to calculate the sum of "Story points estimates"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.