-
Bug
-
Resolution: Fixed
-
High
-
6
-
Severity 3 - Minor
-
Issue Summary
If the Board filter includes JQL to check if the project category is empty, then the Board fails to load these issues.
- The Backlog will still continue to display all the issues fetched by the filter.
This Bug applies to both Scrum and Kanban boards.
Steps to Reproduce
- Update the board filter to include either of the below clause in the JQL.
category = EMPTY
category IS EMPTY
- Save the filter changes to the filter.
- Access the Board to confirm that is not displaying any issues.
Expected Results
The board should display the issues that are fetched by the board filter.
Actual Results
The board is no longer be able to retrieve the issues to be displayed
Workaround
Update the Board filter to remove the JQL that searched if the Project category is empty or contact support.