jira.js
    Preparing search index...

    Function unarchiveTeams

    • Parameters

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

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

        • teamIds: string[]
      • Optionaloptions: RequestOptions

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