Hey all,
I've set up an automation rule that is supposed to close the "Father" issue, which is linked to several other issues with the "Implements" link type.
My goal is for the "Father" issue to move to "Done" only when all the linked issues are completed. However, the current automation triggers the transition to "Done" as soon as any one of the linked issues is marked as "Done."
Does anyone have ideas on what I might be missing?
Thanks!
Hi @Eran Roiter
Please post an image showing the audit log details for the rule execution.
Next, what do you mean by "Father issue"? Is that the Idea in the JPD project? If so, is this your scenario:
GIVEN an issue exists in a software project
AND that issue implements an Idea in a JPD project
AND all other issues implementing that Idea are Done, Closed, Cancelled, (i.e., completed)
WHEN the issue transitions to Done or Cancel
THEN transition the Idea to Done
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your time!
What you can see below is the first time a linked issue moved to done, while there's one more linked issue that is still in progress status
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, @Eran Roiter
Sorry for the delay in responding as I have been offline for a few weeks.
Did you see my earlier questions about what is a "Father issue"?
How well does what I described match your scenario?
And...please note well that links are directional, and so your related issues condition could have problems. That is, the delivery issues have link types of "implements" for the idea.
Your rule could probably flow like this:
I suggest only using JQL in the Related Issues Condition as that provides precise control of what is tested. Using the other clauses may not work as expected (as how they are combined is not documented).
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.