So I have an automation that uses a Lookup issues Action with some JQL to send some Slack messages off for the day.
The JQL is:
type = Deployment and resolution = Unresolved and Due = startOfDay()
The purpose is just to be a simple reminder to the team that "Hey, we've got some deployments we need to kick off today."
When I click on the "Validate Query" button, I get no results, as expected. When I open a new tab and run the query through an advanced JQL query, I get no results, as expected. However, when the automation runs, it returns 3 issues. These 3 Deployment issues happen to be due tomorrow, and are the only ones open at the moment.