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 have been looking at various posts about using automation to sum up fields into a parent issue, and I just can't get it to work and I am not sure why.
When the automation runs, it sums the parent to 0 regardless as to what I set the children to.
Is anyone able to advise as to what I am missing here?
Thanks in advance
My automation is as below:
Hi @Charlie Naylor , welcome to the Atlassian Community!
Try setting this smart value to {{lookupIssues.customfield_11286.sum}} (I assume this is the custom field ID for your Annual Voice reduction custom field?)
Hi Callum,
Thanks very much - I tried that too, and it doesn't complete either unfortunately. Anything else I can try?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've just tried this out myself and have replicated what you are seeing with the parent values being set to zero. It seems as though using 'parent' in the lookup will only work when using the 'Parent' branch type, and similarly using "Epic Link" in the lookup will only work with the 'Epic (Parent)' branch type. So:
If you are setting these points on a subtask and want to sum them to the parent issue, you will need to change your branch to just use Parent rather than Epic (parent).
If you are setting these points on a regular issue and want to sum them to the parent Epic, you will need to change your lookup JQL to use "Epic Link" = {{issue.key}}
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.
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.