Name | Type | Description | Notes |
---|---|---|---|
query | String | The JQL query. | [optional] |
startAt | Long | The index of the first issue to return from the JQL query. | [optional] |
maxResults | Integer | The maximum number of issues to return from the JQL query. Inspect `meta.issues.jql.maxResults` in the response to ensure the maximum value has not been exceeded. | [optional] |
validation | ValidationEnum | Determines how to validate the JQL query and treat the validation results. | [optional] |
Name | Value |
---|---|
STRICT | "strict" |
WARN | "warn" |
NONE | "none" |