Variable: JexpEvaluateCtxJqlIssuesSchema
ts
const JexpEvaluateCtxJqlIssuesSchema: ZodObject<{
maxResults: ZodOptional<ZodNumber>;
nextPageToken: ZodOptional<ZodString>;
query: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/jexpEvaluateCtxJqlIssues.ts:9
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 the nextPageToken and maxResults properties. This bean will be replacing JexpJqlIssues bean as part of new evaluate endpoint