jira.js
    Preparing search index...

    Variable AccountStatusSchemaConst

    AccountStatusSchema: ZodCustom<
        "active"
        | "inactive"
        | "closed"
        | string & {},
        "active" | "inactive" | "closed" | string & {},
    > = ...

    The lifecycle status of the account.

    • active - The account is active and can be used.
    • inactive - The account is inactive and doesn't have access to any resources.
    • closed - The account is closed and can't be used.