I would like to calculate the Estimated time (hrs) of an Epic based on the sum of the related issues (children).
I created an Automation rule, that I used with storypoints and subtasks but it doesn't seem to work.
Any suggestions on how to achieve this?
Hello,
Please try using custom field id (of Estimated time (hrs)) instead of field name. Something like:
{{issue.subtasks.customfield_12345.sum}}
Also, would be good to check the output and log the output in audit logs and see what it is exactly. You can take help from here to debug your rule.
Let me know how it goes and share audit logs too, in case it still does not works.
Thanks
Sherry
I'd write a filter first pulling all item types under that epic and getting all estimated time form that. Then you can use that JQL in your automation to pull them all in and sum up the estimated time.
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.