-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
1
-
Severity 3 - Minor
Issue Summary
When using the search bar and filtering by status Open, then going to View All Issues, the results are invalid because the filter includes undefined and this returns the error:
Your project and status selection is invalid
The current implementation is adding values to JQL as NEW, IN Progress and Undefined, which is incorrect. The only valid values for JQL is "In progress" and "To Do" for any open issues.
Steps to Reproduce
- Go to the search bar
- Scroll down to FILTER BY STATUS
- Tick the box for Open
- Scroll down to View all issues
Expected Results
All Issues View should return all tickets under To Do status
Actual Results
Since "undefined" is not a valid category, it's returning a warning about an invalid selection.
Workaround
Currently there is no known workaround for this behavior, however the search should still be returning valid results that match the other two selected status categories.
You can uncheck the "undefined" option in the Status Category picker to remove the invalid option.