I need some support since I configured an automation rule for doing an autosum of the estimations of the subtasks in the parent task.
The event is triggered on the creation or edit of subtasks tickets, and it is supposed to be running correctly with status sucess for every edit but the sum is not executed neither reflected on the parent task>
Sucessful status with no updates on my ticket
My current automation rule
The parent task that is supposed to be updated with the sum of the subtasks estimations:
Please let me know what am I missing.
Hello @Criselda Mora
I believe your problem is in the code that you have used:
"Story point estimate": {{issue.subtasks.Story Points.sum}}
It needs to be:
"Story point estimate": {{issue.subtasks.Story point estimate.sum}}
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.
Try following the example in this related post. You would need to replace any reference to 'Annual Voice Reduction' to Story Points Estimate, including where the custom field ID is referenced. You would not need to use the Advanced Field editor to achieve this.
You would then also need to clone the rule and change the trigger, as you cannot have two separate triggers within the same automation rule.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Callum, I'm cleaning my other rules to check no other automation is interfering, but for the par of the advanced field I think I need it because the field is not appearing in this search even when it exists
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is the Story Points Estimate field an editable field on the parent task?
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.
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.