-
Type:
Bug
-
Resolution: Fixed
-
Priority:
High
-
Component/s: Board (Company) - Filters
-
None
-
7
-
Severity 2 - Major
Issue Summary
Using a Kanban where the filter contains fixVersion = earliestUnreleasedVersion() causes no issue to be displayed on the board
Steps to Reproduce
- Create a Kanban board
- Update the filter with the condition fixVersion = earliestUnreleasedVersion()
Expected Results
Issues from easliestUnreleasedVersion that are returned from the JQL should be visible at the board
Actual Results
The board is empty.
Workaround
The function earliestUnreleasedVersion() requires a project according to documentation Advanced JQL functions in the form earliestUnreleasedVersion(PROJECT KEY). The function works in the issue navigator without a project indicated, but if used as a board filter, it will not work as expected.