Hello,
So I have already rules setup in place for when an sub-task issue is created/edited/deleted, and these work perfectly. Here's one example below:
However the only thing left is to get a rule working for when a sub-task is MOVED / changed to a different Parent issue, and to continue with updating Parent total Estimate based on Estimates from sub-tasks.
I've attempted using Parent Link from the Issue Updated trigger but unfortunately this does nothing.
So looking for an answer to help with this please : )
Thanks for investigating Sherry!
I hope you also don't mind me linking to another likely bug issue. You'll want to look at the last 2 comments on this post, which specifically talks about a bug issue found using the If/Else block condition (so ignore the original question posted);
I just wasn't sure how to report and log a bug issue for this myself, so appreciate if you can also look into this one too.
Thank you kindly!
Dan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dan! Great job you did! :) Would you mind sharing your rule for deletion of a subtask?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mariana,
Certainly, and apologies for the delay in this response - my email notifications were all off!
So the Rule does the following:
{{#=}}{{issue.subtasks.original estimate.sum}} / 3600{{/}}
Hope that is clear and helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Dan H
Is this for a NextGen project? If so, you may be running into this defect:
https://codebarrel.atlassian.net/browse/AUT-1987
The only work-around I can think of is to use a scheduled rule to periodically refresh all parent estimates for their current children.
You could refine that work-around a bit by adding a custom field that has the LastParent, set on issue created, and only refresh estimates on schedule when the LastParent doesn't match the current one. During the refresh, ensure to also update LastParent.
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bill, thank you for your suggestion.
Unfortunately I'm experiencing this issue with Classic project (I assume NextGen has the same then), and a member of the Atlassian team had commented above that it is likely to be a bug.
So I will just wait patiently for the fix in the meantime :)
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.