jira.js
    Preparing search index...

    Function expandForMachines

    • Tries to expand an attachment. Output is raw and should be backwards-compatible through the course of time.

      Parameters

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

          The id of the attachment to expand.

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              entries?: {
                  abbreviatedName?: string;
                  entryIndex?: number;
                  mediaType?: string;
                  name?: string;
                  size?: number;
                  [key: string]: unknown;
              }[];
              totalEntryCount?: number;
              [key: string]: unknown;
          },
      >