As I study the power that Atlassian automation has, it seems that every rule starts off with a single issue. Is there a way to have a JQL filter to limit the scope of the automation and then iterate over each issue in the filter to perform some action(s)?
It would be ideal if I could write a JQL filter to select the issues and then go through them 1 by 1 until the end. This could be used to automate verifying that the correct fields are populated, and if not, put in the value. That is the first and primary use I can think of processing a group of issues in a single automation rule.
Any ideas on how to do this, or is it even possible? I can always fall back to ScriptRunner or Python, but I prefer it in automation rules, which can be triggered within Jira.
Thanks, as always, for your input and suggestions.