Hey Everyone,
How would you create a filter for issues without a due date and it's been greater than 1 day with it (due date field) being empty.
To translate, "A jira issue created and due date field is EMPTY for more than 1 day"
Thanks
Hi @Henry Bada,
Here is something you could try. What this query does is filter all issues that were created one day or before and the due date is currently EMPTY
"project = YourProjectName AND createdDate >= -1d AND duedate is EMPTY"
Hope this helps!
Thanks
Kalyani
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.