{{triggerIssue.parent.subtasks.fields.timetracking.originalEstimateSeconds.sum.divide(60)}}
This used to work but it stopped working about 2 weeks ago
Hi @Youngeun Kim -- Welcome to the Atlassian Community!
The subtasks smart value is one where the data is looked up just-in-time when used, and it does not include all of the fields, such as time tracking ones. The same is true for the linkedIssues smart value. This is by-design and for performance reasons. If rules did not do that, you could imagine a situation where a single issue pulls in the data for thousands of others!
The workaround for your scenario is to explicitly lookup the subtask data using the Lookup Issues action. For example:
As you were dividing the seconds by 60 to get minutes, you may need to add the units of measure to the end: m
Kind regards,
Bill
Welcome to the Atlassian community. Can you let us know the result of the Automation Audit Log? This way we can check if there is an error. Also, it would be good if you share the rule.
Regarding the main point which is summing the Original estimate, you can check the following community question and compare with your approach:
Regards,
David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The result is success but Original Estimate did not change.
You can see Automation for Jira has set Original Estimate to 0m even when I set Original Estimate of subtask to 6h.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Today only! Share what you’re the most excited about for Team ‘25 or just dance out the beginning of a new quarter with us.
Comment the postOnline 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.