Hello,
I have a board with a JQL filter that includes the following condition:
... AND (resolved = EMPTY OR resolved >= -7d) ...
The goal is to hide any resolved item after 7 days of its resolution, while still showing any unresolved issues.
This filter was working fine for the last 6 months, and all of a sudden today it is no longer showing unresolved items. I tried removing the "resolved >= -7d" and I can get the unresolved issues. Also, if I remove the "resolved = EMPTY" part, I still get the recently resolved issues. However, when both parts are in there, it's like the condition for unresolved issues is ignored.
Has anything changed in the way filters are processed? this is an OR clause, so it should return records matching any of the conditions.
Again, this was working perfectly until today. Nothing has changed on our side, I just got to the office to an empty board today.
Any help would be greatly appreciated.
Thanks,
Juan Santander
May you try this slightly different JQL?:
... AND (resolution is EMPTY OR resolved >= -7d) ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Awesome! Would you mind accepting my answer?
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.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your answer.
I can't find the reindex button, it's supposed to be under "Configuration, System, Advanced" but it does not show up in there:
I'm using Jira cloud with an Admin account.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah ok. If you are on JIRA Cloud, you will have to reach out to Atlassian support for help.
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.
Can do a full reindexing in JIRA and check again?
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.