I have a board with a filter to only show status' of "Ready to Release" and "Ready for Release" from two other boards. The query looks like:
project in (BRUZ, BDP) AND status in ("Ready to Release", "Ready for Release") ORDER BY Rank ASC
But, the status clearly exists in project "BDP"
What gives? Any ideas?