The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
December 3, 2018

Something like

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

should do it.