jira.js
    Preparing search index...

    Function getAllSystemAvatars

    • Returns all system avatars of the given type.

      Parameters

      • client: Client
      • parameters: { type: string }
        • type: string

          The avatar type

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              fileName?: string;
              id?: string;
              isDeletable?: boolean;
              isSelected?: boolean;
              isSystemAvatar?: boolean;
              owner?: string;
              selected?: boolean;
              urls?: Record<string, string>;
              [key: string]: unknown;
          },
      >