Forums

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

Filter not working as expected

Sari
Contributor
January 26, 2023

Hello! I used a simple filter to select the issues from a board with the status "to-do", "in progress" and "done", but for some weird reasons I get issues coming from other boards. 

What am I doing wrong? 

Project = FL2 AND issuetype = Epic AND status = To-Do OR status = "In Progress" OR STATUS = DoneScreenshot_1.pngThese should be the issues.png

1 answer

1 accepted

0 votes
Answer accepted
Jack Brickey
Community Champion
January 26, 2023

Hi @Sari , the issue is with the placement of the OR statement. Try the following.

Project = FL2 AND (issuetype = Epic AND status = To-Do OR status = "In Progress" OR STATUS = Done)

However, if your objective is to only get Epics then maybe the following is what you want?

Project = FL2 AND issuetype = Epic AND status in (To-Do, "In Progress", Done)

It all comes down to exactly what you were trying to query for.

Sari
Contributor
January 29, 2023

It works, thank you!!

Suggest an answer

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

Atlassian Community Events