-
Type:
Bug
-
Resolution: Not a bug
-
Priority:
Low
-
None
-
Affects Version/s: 7.9.0, 7.11.1
-
Component/s: System Administration - General Configuration
-
None
-
7.09
-
1
-
Severity 3 - Minor
-
1
Summary
A user needs to disable the maximum limit of the number of issues that cab be exported from issues search results. To do so, there is an option called jira.search.views.max.limit under Administration > General configuration which needs to be set to -1 as mentioned in its description. However, a value is -1 in not allowed and an error message "Value must be at least 0" is shown
Steps to Reproduce
- Go to Administration > General Configuration
- Click on Advanced Settings
- Navigate to jira.search.views.max.limit
- Try to set the value -1
Expected Results
To be able to set the value to -1 and disable the maximum limit
Actual Results
-1 value is not allowed. The below error message appears
Value must be at least 0
Workaround
Set the unlimited group from jira-config.properties to allow only a certain group to have unlimited export results.
Example configuration:
jira.search.views.default.max=1500
jira.search.views.max.limit=2000
jira.search.views.max.unlimited.group=jira-administrators
- is related to
-
JRASERVER-71238 Documentation Fix: Description for modifying jira.search.views.max.limit setting is incorrect
-
- In Progress
-
