-
Bug
-
Resolution: Timed out
-
Low
-
2
-
Severity 3 - Minor
-
Issue Summary
Having a board where the filter grabs issues from different projects and trying to use the calendar filters (Type, Status, Assignee, or field), those filters clear the board filter project scope (multiple projects) and add the project where the board is hosted.
Steps to Reproduce
- In a Scrum or Kanban board, use a filter that grabs issues from different projects.
- In the Calendar view, try to filter by Type, Status, Assignee, or field.
Expected Results
The filter should consider the board filter project scope instead of using the project where the board is hosted.
Actual Results
The project scope is limited to the project where the board is hosted. For instance, while trying to filter by a particular status, the project is also considered in the query:
issuesSearchInput:{additionalFilterQuery: "project = "<Project where the board is hosted>" AND status = "<any status>""} additionalFilterQuery:"project = \"<Project where the board is hosted>\" AND status = \"<any status>\"" projectKey:"<Project KEY where the board is hosted>"
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available