Forums

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

Nested filter for 2nd board

Timo Sturm
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 20, 2022

Hey folks, we're using a separate board for our triaging.

I was trying to create a filter for this board. 

This one works: 

project = “Project Name” AND type != Sub-task AND (status = “Status 1” OR status = "Status 2” OR status = "Status 3”)

This one breaks: 

project = “Project Name” AND type != Sub-task AND (status = “Status 1” OR status = "Status 2” OR (status = "Status 3” AND created = “-7d”))


The extra condition on "status 3" breaks it.
Am I using a wrong syntax or do we require an add-on to solve this?  

1 answer

1 accepted

0 votes
Answer accepted
Mohamed Benziane
Community Champion
September 20, 2022

Hi,

Welcome to the community

What message do you have ? I tried your JQL and it's working fine. Try to remove the quote around the -7d

Timo Sturm
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 22, 2022

Thank you, Mohamed! I thought I tried that already, but it's also working for me. 
Thank you again, and sorry for asking this "stupid" and probably redundant question :) 

Like Mohamed Benziane likes this
Mohamed Benziane
Community Champion
September 22, 2022

Don't be sorry to ask !!! We're here to ask and help. There is no supide question

Suggest an answer

Log in or Sign up to answer