java.lang.Object | |
↳ | com.atlassian.jira.rest.v2.search.SearchRequestBean |
JAXB bean for search requests.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DOC_EXAMPLE | Example representation for use in auto-generated docs. | ||||||||||
expand | The list of issue parameters to expand on each issue. | ||||||||||
fields | The list of fields to return for each issue. | ||||||||||
jql | A JQL query string. | ||||||||||
maxResults | The maximum number of issues to return (defaults to 50). | ||||||||||
startAt | The index of the first issue to return (0-based). | ||||||||||
validateQuery | Whether to validate the JQL query. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Example representation for use in auto-generated docs.
The list of fields to return for each issue. If null, all fields are returned.
The maximum number of issues to return (defaults to 50). The maximum allowable value is dictated by the JIRA property 'jira.search.views.default.max'. If you specify a value that is higher than this number, your search results will be truncated.