-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Affects Version/s: 11.3.7
-
Component/s: Search - Search API
-
None
-
11.03
-
1
-
Severity 3 - Minor
Issue Summary
“All Issues” filter returns empty result set if the Disable empty JQL queries is ON in General configuration
Steps to Reproduce
- Navigate to issues > search for issues and click on "All issues" filter with the default settings the JQL returns all issues in Jira
- Now, make the following changes
- Go to Administration → System → General Configuration
- Click Edit Settings
- Locate Disable empty JQL queries near the bottom of the page
- Set it to ON and save your changes
- Now, try accessing the “All Issues” filter under issues and search for issues.
- It returns no issues displays the following message
No issues were found to match your search
Try modifying your search criteria or creating a new issue.
This has been working fine in 8.x, 9.x, 10.x versions with the Disable empty JQL queries setting ON
Expected Results
- All issues filter is always based on the order by created DESC
- so it’s expected to return all issues without getting affected by the changes in Disable empty JQL queries
Actual Results
- All issues filter is always based on the order by created DESC and returns no issues displays the following message
No issues were found to match your search
Try modifying your search criteria or creating a new issue.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- is resolved by
-
DORARTB-192 Loading...