Variable: IssueContextVariableSchema
ts
const IssueContextVariableSchema: ZodObject<{
id: ZodOptional<ZodNumber>;
key: ZodOptional<ZodString>;
type: ZodEnum<{
issue: "issue";
}>;
}, $loose>;Defined in: src/cloud/models/issueContextVariable.ts:8
An issue specified by ID or key. All the fields of the issue object are available in the Jira expression.