You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
That did not work..but got a little closer I think. There is more info in the audit log now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
Thanks. I'll try to add "log action" into the rule.
here is an image of the audit 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.