-
Type:
Bug
-
Resolution: Not a bug
-
Priority:
Low
-
None
-
Affects Version/s: 3.13
-
Component/s: Navigation - View results
-
3.13
If you set jira.search.views.max.unlimited.group, the issue navigator views always have the tempMax parameter set, even if you are part of the unlimited group.
e.g. with the following config
# This property controls the java.text.Collator that is used when JIRA does database result search itself. jira.search.views.default.max = 1 # Whether search results are capped to a hard limit, otherwise return a 403 (Forbidden) to the client. # NOTE: this SHOULD BE EQUALS OR GREATER THAN than jira.search.views.default.max above, otherwise all issue navigator links will fail with a 403 jira.search.views.max.limit = 2 # Regardless of the above, users in this group will be able to request search requests that are unlimited. jira.search.views.max.unlimited.group = jira-administrators
The links will always show as something like:
If you change the tempMax parameter you can retrieve more issues if you are part of the unlimited group.