These are the two rules that I run:
One that makes sure all subtask points are added to the parent (works well)
e.g. If sub task of user story or task - then the task gets the total number of points below
One that totals the number of story points of work items in a feature (excluding sub-tasks).
When the value of tasks or user stories is updated by the first automation, the second one that updates the feature points doesn't recognise that there is a change that should trigger the automation.
However, if the SP value of the user story is updated manually then the feature story points works well.
What is causing the story points that are added automatically not being recognised as a When that should start the automation?
Hi @Dominic Douglas -- Welcome to the Atlassian Community!
Adding to the other suggestions provided, and assuming you are using a company-managed project...
Since the Atlassian change to consistently use the parent field to link parent / child work items, only one rule is needed for this scenario. When a child is updated, it will update its parent, and that in turn will trigger the rule again to update its own parent. This will work because there are always fewer than 10 hierarchy levels in Jira (which is the automation looping limit).
And, please note well: your rule only handles one possible case of a field change. You will need additional rules if you want the Story Points to be more accurately tracked as a sum. For example, those scenarios include at least:
Some of these can be combined for rules, such as 4, 5, and 6.
Kind regards,
Bill
Welcome to the community.
Have you set the checkbos on the option;
"Check to allow other rule actions to trigger this rule. Only enable this if you need this rule to execute in response to another rule"
In the rule details section of the automation rule?
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.
Hi @Dominic Douglas , welcome to the Atlassian Community and thanks for your post.
Thanks for sharing the rules. Please can you also share the audit log where it hasn't worked? Is it that the rule is being triggered but nothing is updated?
I wanted to ask as well, on the Rule details tab, do you have this box ticked?
This might also explain why the rule isn't working as expected.
Please can you have a look and share some of this information I requested?
Thanks and best wishes
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.