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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.