There is an option for due, but there empty is not showing.
hello, @Jimmy Trivedi ;
Can't you see the option "due is EMPTY"? I can execute it, showing results in my project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Jimmy Trivedi
I guess it is not possible to set this field empty in base search mode.
You can switch to an advanced search mode and use simple jql "duedate is EMPTY"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But from where can I change the option to advanced?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a clickable text "Switch to JQL" at the end of your search line.
Press it and your search mode will be changed.
Try using JQL instead of basic search.
It requires some basic knowledge about its syntax but it is very useful.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is my query:
project = GJP AND status in ("In Review", "ON HOLD", Pending, Reopened, TODO, "Work in progress") AND due <= "0" AND assignee in (currentUser()) ORDER BY due ASC, updated DESC, Rank ASC
The current filter for due date is "Now overdue". Can you please change to isEmpty and let me know?
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.