Does anyone have an an answer to this? Do I need to tweek the values in the Advanced Settings? If so - which ones? I see there are fields that have 1000 as the default but is seems those are for exporting issues, not displaying then. Thank You
I modified the following 2 fields and gave each a value of 3000. This resolved the immediate issue of not be able to display past 1000 search results and the system would hang trying to display any record above 1000.
It is unclear how the default maximum number of issues exported from search results is supposed to work. We set the max limit to 3000 but left the default at 1000. We expect on the export to CSV file to see only a 1000 records being exported with an option to select more as indicted in the field description.
Question) So could you please explain the purpose and operational behavior of the default max field?
jira.search.views.default.max
The default maximum number of issues exported from search results. Users can override the default by changing the URL 'tempMax' parameter. This value must always be lower than or equal to the 'jira.serach.views.max.limit' value. When set to '0' there is no default limit applied, but the value of 'jira.search.views.max.limit' still applies.
1000
jira.search.views.max.limit
This number sets the absolute limit on the number of issues that can be exported from search results. Users trying to request more get a 403 (Forbidden) HTTP error code. To disable, set to '-1'. After changing it, update the value of 'jira.search.views.default.max' to a value that is lower than or equal to this one.
3000
I think this is a bug and the resolution should NOT BE to have to increase the max sizes in the config file.
There is no warning dialog that prompts the user that they can only view 1000 issues. When a user clicks on page 21 to view issues 1001 - 1050, Jira freezes!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.