Class SearchRequestBean
java.lang.Object
com.atlassian.jira.rest.v2.search.SearchRequestBean
JAXB bean for search requests.
- Since:
- v4.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of issue parameters to expand on each issue.The list of fields to return for each issue.A JQL query string.The maximum number of issues to return (defaults to 50).The index of the first issue to return (0-based).Whether to validate the JQL query. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
jql
A JQL query string. -
startAt
The index of the first issue to return (0-based). -
maxResults
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. -
fields
The list of fields to return for each issue. If null, all fields are returned. -
validateQuery
Whether to validate the JQL query. -
expand
The list of issue parameters to expand on each issue.
-
-
Constructor Details
-
SearchRequestBean
public SearchRequestBean() -
SearchRequestBean
-