Currently by default work query looks like: fixVersion in unreleasedVersions() OR fixVersion is EMPTY. Trivial queries could be optimized: fixVersion in unreleasedVersions(PROJECTKEY) OR fixVersion is EMPTY.
- is related to
-
JRASERVER-69009 DeterminedProjectsInQueryVisitor doesn't work for default Kanban sub-query
-
- Closed
-
- is depended on by
-
JDEV-29462 Failed to load
Form Name |
---|
It only needs to be mentioned if this change affects the way a board behaves after upgrading to 6.5.22.
How will this work if the customer has based their Kanban board on multiple projects? When they upgrade to 6.5.22 will the subfilter be set to:
fixVersion in unreleasedVersions(PROJECTKEYA, PROJECTKEYB, PROJECTKEYC... etc) OR fixVersion is EMPTY.
If so, then it doesn't need to be mentioned, as the board will work the same after the upgrade.