Variable: JexpEvaluateCtxIssuesSchema
ts
const JexpEvaluateCtxIssuesSchema: ZodObject<{
jql: ZodOptional<ZodObject<{
maxResults: ZodOptional<ZodNumber>;
nextPageToken: ZodOptional<ZodString>;
query: ZodOptional<ZodString>;
}, $loose>>;
}, $loose>;Defined in: src/cloud/models/jexpEvaluateCtxIssues.ts:9
The JQL specifying the issues available in the evaluated Jira expression under the issues context variable. This bean will be replacing JexpIssues bean as part of new evaluate endpoint