-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.4.4, 7.5.1
-
None
-
7.04
-
4
-
Severity 3 - Minor
-
1
-
Summary
Jira 7.4.4 and 7.5.0 seem to have a change where search issue limits are not respected, somewhat similar to JRASERVER-63239
Environment
Problem happens in Jira 7.4.4 and Jira 7.5, but the behavior is different in Jira 7.5.1 and 7.5.2
Steps to Reproduce
- Have more than 1000 issues in your instance
- Access the issue navigator and search for all of them
- Export these issues to CSV
Expected Results
The application will present a 403 error as noted in Limiting the number of issues returned from a search view such as an RSS feed
Actual Results
In Jira 7.4.4 and Jira 7.5.0, you can still export all issues you search for to CSV, however, in 7.5.1 and 7.5.2, you are presented with a 403 as would be expected to prevent the limit from being bypassed.
Workaround
Set your jira.search.views.default.max and jira.search.views.max.limit to a higher number.
- is related to
-
JRASERVER-63239 Exporting search results does not respect jira.search.stable.max.results and exports all results
- Closed