I wrote a JIRA filter to get the list of items without a 'start date' or 'end date'. But the query is pulling items that have a start date and end date - not sure why.
used the below -
("end date" is EMPTY OR "start date" is EMPTY)
I have exact the same issue. I've filled query
"Start Date" is EMPTY
but it returns tickets with filled and not-filled Start Date field. Any idea why?
What is wrong with your "start/end date is empty" query? Can you show us it returning issues with start or end dates?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes, it is returning issues which have start date and/or end date set while I was expecting only issues which have both start date and end date empty.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your query says "or", not "and" - I would expect it to return issues where one or both fields are filled.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.