Hi,
In this community I have read that I can re-index the project to solve query issues.
My query issue is: target end date is EMPTY --> still reflects issues with filled target end dates
Are there any risks to this re-index? What are best practices if there are?
Thanks!
Re-indexing is for Server/DC instances of Jira; Cloud auto-reindexes.
Is the JQL which is not functioning correctly part of a wider search query? If so, could you share the whole query with us? :)
Ste
Hi Stephan,
Thank you for responding so quickly.
The query I am using is:
project = SDC3MD AND issuetype = Bug AND "Target end" is EMPTY AND status != Closed AND status != Done AND status != "On Hold"
Hope you can help.
Best,
Helen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The JQL looks correct, I've consolidated it a little:
project = SDC3MD AND issuetype = Bug AND "Target end" is EMPTY AND status not in (Closed, Done,"On Hold")
^ What portion of issues are you seeing which still have Target End Dates? Do the issues fit within the other parameters in the query?
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The query basically ignores the fact that I ask for issues with empty target end date. The issues fit within the other parameters of the query.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That is strange!
What happens if you just search for:
"Target end" is EMPTY
^ Does it still ignore the EMPTY parameter in this instance?
If it works correctly, I would try reordering your full JQL query in a different order to see if this changes the result.
If it still errors - or rearranging the JQL doesn't help - I would contact https://support.atlassian.com/ . They'll be best placed to advise further :)
Let us know the outcome!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ste, it still errors. I will contact the support, thank you!
Will post any update here.
Best,
Helen
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.