Skip to content

Variable: JqlQueryToSanitizeSchema

ts
const JqlQueryToSanitizeSchema: ZodObject<{
  accountId: ZodOptional<ZodNullable<ZodString>>;
  query: ZodString;
}, $loose>;

Defined in: src/cloud/models/jqlQueryToSanitize.ts:8

The JQL query to sanitize for the account ID. If the account ID is null, sanitizing is performed for an anonymous user.