-
Bug
-
Resolution: Won't Fix
-
Low
-
None
-
1
-
Severity 3 - Minor
-
Issue Summary
Using "IN" with multiple options or the same field with different criteria on the board filter causes the inline board issue Create (Create+) option to disappear
Steps to Reproduce
- Create a new Kanban board based on a project.
- Create 1-2 issues just to have something in the board.
- Confirm you have the Create issue and Edit issues permissions, and that you see the Create+ option in your board when hovering your mouse pointer on the different columns.
- Modify the board filter to include a criteria with a single option, like "project = <KEY> AND Assignee in (<User>) ORDER BY Rank ASC"
- Go back tom your board and confirm you still see the Create+ option
- Modify the board filter once again, this time adding a second user to the search criteria, like "project = <KEY> AND Assignee in (<User1>, <User2>) ORDER BY Rank ASC"
- Go back to the board
Expected Results
Since the board filter is still simple, the Create+ option is still displayed on the board.
Actual Results
The Create+ option disappears.
Note: the same behavior also occurs if using the same field is included multiple times for different options, even if the query is still considered simple. For example: "project = <KEY> and (assignee = <User1> OR assignee = <User2>) ORDER BY Rank ASC"
Workaround
Use only single options in your board filter and include fields only once in the query.
- relates to
-
JRACLOUD-86545 Make creating a new issue on a company managed Kanban board more obvious
- Closed