Hello Community,
Using Project Automation I want to run a JQL search and pass results to subsequent actions to send an email notification to user. I created a custom date field for SHIP DATE and need the query to return tickets that are SHIP DATE minus 21 days. What is the JQL for such a search?
Hi David,
Try "Ship Date" >= startOfDay(-21d)
Works, thanks!
Great!
It looks like you're new here. Sign in or register to get started.