Optional
maxThe 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
queryThe JQL query.
Optional
startThe index of the first issue to return from the JQL query.
Optional
validationDetermines how to validate the JQL query and treat the validation results.
The JQL specifying the issues available in the evaluated Jira expression under the
issues
context variable. Not all issues returned by the JQL query are loaded, only those described by thestartAt
andmaxResults
properties. To determine whether it is necessary to iterate to ensure all the issues returned by the JQL query are evaluated, inspectmeta.issues.jql.count
in the response.