jira.js
    Preparing search index...

    Variable StatusSchemaConst

    StatusSchema: ZodObject<
        {
            category: ZodNumber;
            description: ZodOptional<ZodString>;
            id: ZodString;
            name: ZodString;
            objectSchemaId: ZodOptional<ZodString>;
        },
        $loose,
    > = ...

    An Assets status type that can be associated with objects