I'm currently working on a rule in [your tool, e.g., Jira] that should trigger whenever the story points of any story change. The goal is to recalculate the sum of all story points for the parent epic and update the story points field of the parent epic accordingly.
I've written a rule that triggers without any errors, but unfortunately, the story points field of the epic is not getting updated as expected. Here are the steps I've taken:
Despite these steps, the epic's story points field remains unchanged. Has anyone encountered a similar issue or can provide guidance on what might be going wrong? Any help or suggestions would be greatly appreciated!
Hello @P Vinod Kumar
In order to help you debug your rule please provide screen images for the following:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding to the suggestions from @Trudy Claspill ...
Please also describe which version of Jira you are using: Cloud, Server, or Data Center. The different versions have different automation features, and those impact how to solve summing a field from child to parent work items.
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.
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.
Hello @P Vinod Kumar
The smart value you are using in the Edit action is not valid.
Please refer to the Template Automation Rule available for summing story points to a parent issue, which will provide you with a proven way to accomplish your requirement.
Note that if you want the rule to run only for Stories and their parents you will need to add in the condition you are using in your rule.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It worked. Thanks for the template info. Will it still work if I delete the story instead of changing the Story point value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No, and...there are several cases to consider, perhaps requiring additional rules with different triggers. It depends upon how accurately and when you want the parent epic's value updated. For example:
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.