jira.js
    Preparing search index...

    Variable StatusesPerWorkflowSchemaConst

    StatusesPerWorkflowSchema: ZodObject<
        {
            initialStatusId: ZodOptional<ZodString>;
            statuses: ZodOptional<ZodArray<ZodString>>;
            workflowId: ZodOptional<ZodString>;
        },
        $loose,
    > = ...

    The statuses associated with each workflow.