Variable JexpJqlIssuesSchemaConst
JexpJqlIssuesSchema: ZodObject<
{
maxResults: ZodOptional<ZodNumber>;
query: ZodOptional<ZodString>;
startAt: ZodOptional<ZodNumber>;
validation: ZodOptional<
ZodCustom<
"none"
| "strict"
| string & {}
| "warn",
"none" | "strict" | string & {} | "warn",
>,
>;
},
$loose,
> = ...
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.