Hi Atlassian Community,
I am experiencing problems with setting one mutual Kanban Board for several projects.
Is it possible to arrange it without additional add ins? If so, how should a correct JQL-statement look like?
My understanding of a query's structure (however, it doesn't work like that):
(project = Project B) AND (project = Project A AND Team = "Team A")
How to improve this JQL to actually make it work?
Kind regards,
Natalia
The first AND should be and OR (an issue only need to fit one condition, in fact your query will always return no issue, there are no issues that belong to project A and belong to project B)
Hi @NS as per @fran garcia gomera you should try:
(project = Project B) OR (project = Project A AND Team = "Team A")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.