Why ist the Kanban board not shown as available in the project that is included in the query?

Steffen Niemann January 19, 2017

If I fill my kanbanboard with issues of the project IDTAM, the board is shown as available board in the project IDTAM.

project = IDTAM ORDER BY Rank ASC


If I fill my project with the follwing query that questions also other projects besides IDTAM, the board is not shown any longer as available in the project IDTAM:

project = IDTAM OR ((Project in (Partner-Interface) OR project in (idealo) AND "idealo - involves" = "B - TAM" AND affectedVersion = "2017/Q1" OR project not in (idealo) AND "idealo - involves" = "B - TAM" OR Project in ("Leadout Management") OR project in (Klick-Probleme)) AND statusCategory != Done) ORDER BY Rank ASC

Why? This is really anoying, I would like to see Board from the main project that it queries. Please help!



1 answer

0 votes
Steffen Niemann January 19, 2017

I guess, the phrase "... project not in (idealo)..." causes the issue. Is this a bug?

Suggest an answer

Log in or Sign up to answer