Hi,
i have a question about the jira automation when i am trying to sum the estimation from subtask to user story/task, and user story/task tp epic.
now, for the first step, subtask -> user story/ task. it works well. as below
but when i try to sum the user story/task to epic with the following automation rule,
it doesn't work, i was told no action performed when i checked the audit log. could you help me?
and what i want is when i update the "Estimated Mandays" of one subtask, the parent user story/ task, and epic all updated as well
Hi @Michael WANG, I might suggest you branch by lookup using Advanced Branching instead. Example:
The For Each: Smart value will look something like this:
This will iterate all issues found and for each iteration set the current issue into the variable name currentIssue. Then you can use currentIssue as a smart value to set the the field using this syntax:
{{currentIssue.Estimated Mandays}}
TimK
thanks for your suggestion. i update my rule, but no action perform according to audit log.
could you help me check it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Michael WANG, to help me with further investigation can you please add two Log actions to your rule, and place them where the arrows points according to this image?
The first log action (red arrow) should look like this:
The second log action (green arrow) should look like this:
Execute the rule once more and afterwards submit two images here in a comment:
TimK.
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.