Kanban - Combine two projects, with additional filtering from one of them

Ben Øye November 3, 2022

Case: We run Project for specific customers, with kanban boards, and we have a combined project with incoming support for all of our customers. The support project uses a field "organizations" to organize incoming requests.

Question: How to do a combined kanban - 

"project in (Customer,Support) and limit results from support to organizations = customer

My initial but misled test was: 
project in (customer,support) and Organizations in ("customer") ORDER BY Rank ASC , this will not work as "organizations" is only present in the support project, not in the specific customerproject.

What i believe is needed is something in the line of:

project in (customer,(support where organizations in customer))


Edit 1: project in (customer,support) and reporter in organizationMembers("customer") got me a bit further, but not showing all relevant cases from the customer project as some reporterts might be internal from our side.

1 answer

1 accepted

2 votes
Answer accepted
Karim ABO HASHISH
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 3, 2022

Hello Ben

You may try the below JQL

(project = customer) OR (project = support and organization = customer ) ORDER BY Rank ASC

Ben Øye November 4, 2022

@Karim ABO HASHISH Thank you, that did the trick. Considered "OR", but felt I was on thin ice as it was.

Karim ABO HASHISH
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 5, 2022

@Ben Øye you're welcomed, glad it worked for you

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events