Forums

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

Include only certain status values from another project in a query

Marc Lefebvre December 3, 2018

I want to include on Kanban board items from another project that have certain status values. I know how to include items from another project in the query for my board, but how do I filter those to certain status values?

1 answer

2 votes
Nic Brough -Adaptavist-
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.
December 3, 2018

Something like

( project = ABC and status in (open, in-progress) ) or (project = XYZ)

should do it.

Suggest an answer

Log in or Sign up to answer