TempMax parameter is always added to links for issue navigator views even when jira.search.views.max.unlimited.group is set

XMLWordPrintable

    • 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.

            Assignee:
            Jed Wesley-Smith (Inactive)
            Reporter:
            Andrew Myers [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: