Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL filter give wrong results

Ivan Andrieiev
Contributor
January 25, 2023

Снимок экрана 2023-01-25 в 13.15.18.png

I wrote that status !=closed, but filter show me it. What is wrong?

1 answer

1 accepted

2 votes
Answer accepted
John Funk
Community Champion
January 25, 2023

Hi @Ivan Andrieiev 

Your query has (Status != Closed OR Status != Resolved)  Since it is an OR, then it is correctly showing the 3 issues because the status is != Resolved for them. 

Try taking replacing everything inside the ( ) with Status not in (Closed, Resolved)

So it would look Project = KVITIM and Status not in (Closed, Resolved) AND labels ...

Ivan Andrieiev
Contributor
January 26, 2023

@John Funk  Hi

Yes,  you are right. Sorry for such question. Thanks a lot.

John Funk
Community Champion
January 26, 2023

No worries - that's what we are all here for!

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events