jira.js
    Preparing search index...

    Variable IssueContextVariableSchemaConst

    IssueContextVariableSchema: ZodObject<
        {
            id: ZodOptional<ZodNumber>;
            key: ZodOptional<ZodString>;
            type: ZodEnum<{ issue: "issue" }>;
        },
        $loose,
    > = ...

    An issue specified by ID or key. All the fields of the issue object are available in the Jira expression.