Unable to disable the maximum limit of number of exported issues from GUI

XMLWordPrintable

    • 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

      1. Go to Administration > General Configuration
      2. Click on Advanced Settings
      3. Navigate to jira.search.views.max.limit
      4. 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
      

              Assignee:
              Unassigned
              Reporter:
              Muaamar Amer (Inactive)
              Votes:
              2 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: