Skip to content

Variable: JExpEvaluateIssuesMetaSchema

ts
const JExpEvaluateIssuesMetaSchema: ZodObject<{
  jql: ZodOptional<ZodObject<{
     isLast: ZodOptional<ZodBoolean>;
     nextPageToken: ZodNullable<ZodString>;
  }, $loose>>;
}, $loose>;

Defined in: src/cloud/models/jExpEvaluateIssuesMeta.ts:9

Meta data describing the issues context variable.This bean will be replacing IssuesMetaBean bean as part of new evaluate endpoint