jira.js
    Preparing search index...

    Function expandForHumans

    • Tries to expand an attachment. Output is human-readable and subject to change.

      Parameters

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

          The id of the attachment to expand.

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              entries?: Record<string, any>;
              id?: number;
              mediaType?: string;
              name?: string;
              totalEntryCount?: number;
              [key: string]: unknown;
          },
      >