jira.js
    Preparing search index...

    Type Alias AdminClientConfig

    AdminClientConfig: Omit<ClientConfig, "auth" | "host"> & {
        auth: AuthBearer;
        host?: string;
    }

    Type Declaration

    • auth: AuthBearer

      An organization API key, created under Settings in the organization's own administration.

      Nothing else reaches this API. A site API token answers 401 — measured — and so does OAuth 2.0 (3LO), whose scopes are granted by a user for a site rather than by an organization for itself.

    • Optionalhost?: string

      The Atlassian gateway, which is where this API answers rather than on any site's host.

      Defaults to https://api.atlassian.com. There is nowhere else to point it; the field exists for a proxy.