Edit: I've figured it out. Adding an If: matches block with the first value of "{{issues.size}}" being greater than a second value of "0" and placing the Send email action within that conditional statement will only send the email when the JQL returns 1 or more issues.
Original question: I have an automation rule setup to regularly perform a JQL on the first day of each month and the email the bulk issues returned from that query to a group. Problem is, I do not have any conditions set to forgo sending the email should no results be returned.
How would I modify my query to add the condition if the bulk issues returned from the scheduled query >= 1 to then send the email?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.