I created a rule that looks at the status of all linked issue types, and when those are either Done or Removed, and the Epic is in status "In Progress" then the Epic is transitioned to Ready for QA.
The rule runs but does not update the status of the epic when all conditions are met. I must be missing something...all that named statuses are correct, so thinking it is something in the Rule.
Here is the rule.
Hi @pflaherty ,
The only issue types which have a parent is sub-task.
if you change the branch rule to Epic rather than parent it should work.
It just worked! I also had to change the linked issues condition in the parent to "Stories (or other issues in this Epic)...
Thanks for the help! It got me on my way.
This is the final working version of the rule:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
can you share the audit log? I would suggest adding in "log action" to record the fields when the issue is triggered. this often help when viewing the log.
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.