Hi Team,
So I have a manual rule that generates a report for change management...
The rule uses branched/linked to execute JQL to gather up the issues for the report...
HOWEVER, if the issue from which the manual rule is invoked would have been included in the JQL results, it is NOT passed through to the actions so does NOT appear on my report...
In the audit log I can clearly see that the trigger issue is removed from the issues list...
I can sort of imagine this may be due to issues with recursion or similar fouling up the rule execution...is there any way around this?
Thanks,
Simon
Hey there Simon,
Yeah the trigger issues doesn't appear in the "Related issues" branch so they don't get double processed. You can explicitly reference the triggering issue from the branch by using the smart value {{triggerIssue}} (see https://docs.codebarrel.io/automation/smart-fields/smart-fields.html)
If you need to perform a bunch of actions on the triggering issue, then you can also add a new branch on the "Current issue" to perform actions on them
Cheers,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.