Skip to content

Variable: JexpIssuesSchema

ts
const JexpIssuesSchema: ZodObject<{
  jql: ZodOptional<ZodObject<{
     maxResults: ZodOptional<ZodNumber>;
     query: ZodOptional<ZodString>;
     startAt: ZodOptional<ZodNumber>;
     validation: ZodOptional<ZodCustom<"none" | "strict" | string & object | "warn", "none" | "strict" | string & object | "warn">>;
  }, $loose>>;
}, $loose>;

Defined in: src/cloud/models/jexpIssues.ts:6

The JQL specifying the issues available in the evaluated Jira expression under the issues context variable.