Nested filter for 2nd board

Timo Sturm 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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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 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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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