Is there a way to access individual issue key in the lookupissue in jira automation , if the size of the lookupissue is greater than 1?
Hello @Sijo Joseph
Can you explain the root problem you are trying to solve with your Automation rule and show us the rule you have developed?
The Lookup Issues action returns a list/array of issue objects. You can use a For Each branch to step through the list and execute operations against each issue in the list.
There are also some special attributes of the {{lookupIssues}} smart value such as {{lookupIssues.first}} which will access the first issue in the results set.
After we understand your use case and see what you have in your automation we will be better able to offer suggestions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.