-
Bug
-
Resolution: Fixed
-
High
-
None
-
Severity 3 - Minor
Issue Summary
Advanced branching not branching over the list of issues/objects returned by the lookupIssue or lookupObjects action: https://community.atlassian.com/t5/Automation-articles/Branching-over-smart-values-in-Jira-Automation/ba-p/1741935
Steps to Reproduce
- Create a rule with a scheduled trigger
- Add a lookupIssue action to find more than 1 issue
- Add an advanced branching
- Within the branch to print the issue key and summary for each issue returned by the lookup action in format "Key - Summary"
Expected Results
The actions from the Advanced Branching should work and print the Key - Summary for each issue returned by the lookup action.
Actual Results
The advanced branching will only print the Key - Summary for last issue in the lookup action list.
Workaround
Try to use the action branch on IQL or Branch on JQL in the meantime where possible