Forums

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

How do I filter for two different label and their status?

Emmi Skeans February 9, 2018

The logic I am trying to create for my filter is: Has Label A or Label B and Status is Not Completed or Open.

I keep trying the statement: labels = A AND labels = B AND Status not in (Completed, Closed)

But this statement keeps leaving out JIRAs that have one or the other labels, it only show JIRAs with both labels

2 answers

1 vote
Jack Brickey
Community Champion
February 9, 2018

try the following...

 

(labels = A OR labels = B) AND Status not in (Completed, Closed)

Emmi Skeans February 12, 2018

It worked, thank you!

0 votes
Emmi Skeans February 9, 2018

I tried: labels = A OR labels = B AND Status not in (Completed, Closed)

but it keeps showing my closed ones as well

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events