Hi,
I am trying to update (transition) multiple issues that are not linked to each other in any way through a manually triggered Jira automation rule.
The below article states that the lookup issues function within Jira automation can be used to achieve this and other things including "sending an email, Slack, or MS Teams message. It could also mean commenting, transitioning, or updating every issue in the list"
https://community.atlassian.com/t5/Automation-articles/Send-a-list-of-issues-in-Slack-with-Jira-automation-s-newest/ba-p/1411819
When attempting to use the above function to process multiple issues only the trigger issue seems to actually update.
Does the lookup issues function only work for "Scheduled" automation rules or should it work with manually triggered ones to?
My rule is simply triggered manually, executing a JQL query, using some smart values from the trigger issue, using the "lookup issues" action and then using the "transition issue" action to transition all issues through to the next status in the workflow.
My rule identified 2 issues as expected, as shown in the audit log, but only updated the trigger issue leaving the other identified issue in the same status.
Any help would be appreciated.
Thanks.