public interface

IssueSearchLimits

com.atlassian.jira.web.action.issue.IssueSearchLimits
Known Indirect Subclasses

Class Overview

Utility methods that allow you to get the limits that are imposed by JIRA configuration properties.

Summary

Constants
int DEFAULT_MAX_RESULTS The default maximum for the number of issues returned by a search.
Public Methods
int getMaxResults()
Returns the maximum number of search results that this JIRA instance is configured to allow, by reading it from the
jpm.xml
file.

Constants

public static final int DEFAULT_MAX_RESULTS

The default maximum for the number of issues returned by a search.

Constant Value: 1000 (0x000003e8)

Public Methods

public int getMaxResults ()

Returns the maximum number of search results that this JIRA instance is configured to allow, by reading it from the

jpm.xml
file. If there is a problem reading the configured value, this method returns {@value #DEFAULT_MAX_RESULTS}.

Returns
  • an int containing the maximum number of search results to return