jira.js
    Preparing search index...

    Variable WorkflowStatusLayoutSchemaConst

    WorkflowStatusLayoutSchema: ZodObject<
        {
            x: ZodOptional<ZodNullable<ZodNumber>>;
            y: ZodOptional<ZodNullable<ZodNumber>>;
        },
        $loose,
    > = ...

    The x and y location of the status in the workflow.