Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 799 Bytes

JexpJqlIssues.md

File metadata and controls

17 lines (15 loc) · 799 Bytes

JexpJqlIssues

Properties

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]

Enum: ValidationEnum

Name Value
STRICT "strict"
WARN "warn"
NONE "none"