-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 10.3.8, 10.6.0
-
Component/s: Board configuration
-
None
-
10.03
-
1
-
Severity 3 - Minor
Summary
A board created based on a saved filter is not being displayed under "Boards in This Project" drop-down of the project.
Steps to Reproduce
- Create a new search filter using the following JQL:
status = Backlog
or
project = "10001" AND status = Backlog
- Go to your desired project and click on "Create Board".

- Pick the desired type, then "Board from an existing Saved Filter".
- Select the filter from previous step.
Expected Results
The new board should be visible under "Boards in This Project" drop-down".
Actual Results
The new board is not associated with the project, so, nothing is displayed in the drop-down.
Workaround
- Edit the filter in use by the board.
- Make sure you have the project name present in the JQL:
- From:
status = Done
or
project = "10001" AND status = Done
- To:
project = KANBAN AND status = Done
- From:
- Save the filter.
- depends on
-
JSWSERVER-26287 Allow project ID in Board JQL filter
- Gathering Interest