jira.js
    Preparing search index...

    Variable WorkflowTransitionLinksSchemaConst

    WorkflowTransitionLinksSchema: ZodObject<
        {
            fromPort: ZodOptional<ZodNullable<ZodNumber>>;
            fromStatusReference: ZodOptional<ZodNullable<ZodString>>;
            toPort: ZodOptional<ZodNullable<ZodNumber>>;
        },
        $loose,
    > = ...

    The statuses the transition can start from, and the mapping of ports between the statuses.