How do I search data for 'Next Action Due Date' in the past. ie. the ticket is late the the planned next action update
Hello @Michael Glithero
Welcome to the Atlassian community!
Is 'Next Action Due Date' a custom field in your instance? If so, is it a date or date/time field? If so then you can accomplish that search with this JQL:
"Next Action Due Date" < now()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.