jira.js
    Preparing search index...

    Function archiveTeams

    • Parameters

      • client: Client
      • parameters: { orgId: string; teamIds: string[] }
        • orgId: string

          The ID of the organisation that owns the teams to archive.

        • teamIds: string[]
      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              errors: {
                  code: string;
                  message: string;
                  teamId: string;
                  [key: string]: unknown;
              }[];
              successfulTeamIds: string[];
              [key: string]: unknown;
          },
      >