OptionalmaxThe 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.
OptionalqueryThe JQL query.
OptionalstartThe index of the first issue to return from the JQL query.
OptionalvalidationDetermines how to validate the JQL query and treat the validation results.
The JQL specifying the issues available in the evaluated Jira expression under the
issuescontext variable. Not all issues returned by the JQL query are loaded, only those described by thestartAtandmaxResultsproperties. To determine whether it is necessary to iterate to ensure all the issues returned by the JQL query are evaluated, inspectmeta.issues.jql.countin the response.