jira.js
    Preparing search index...

    Function updateProjectType

    • Updates the type of a project

      Parameters

      • client: Client
      • parameters: { newProjectTypeKey: string; projectIdOrKey: string }
        • newProjectTypeKey: string

          The key of the new project type

        • projectIdOrKey: string

          Project id or project key

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              archived?: boolean;
              avatarUrls?: Record<string, string>;
              description?: string;
              id?: string;
              key?: string;
              name?: string;
              self?: string;
              [key: string]: unknown;
          },
      >