Multiple projects board, filter only 1 project

Rob Intveld October 27, 2017

I've added multiple projects to one board, but I want to be able to show all issues of 2 projects and 1 project only if component = ""..

Is this possible? what filter query should I use?

1 answer

2 votes
Aleksandr Zuevich
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 27, 2017

Hi Rob!

I think something like this should work:

(project = Project1 OR project = Project2 ) OR (project = Project3 AND component = "" )

Rob Intveld October 27, 2017

Perfect!

Suggest an answer

Log in or Sign up to answer