Can anyone tell me if the Issue that satisfies this trigger passes the issue to the the next component in the rule chain?
For example, I am using an if-else block for next component with a JQL of "assignee in membersOf("<a group name>")" To determine if the assignee is in the group.
It seems to me every issue is subject to this JQL not just the issue that caused the trigger so this JQL conditions may be useless.
Assuming this is the case, how can I restrict the test applied in the next component of the automation rule to only apply to the issue that caused the trigger?