jira.js
    Preparing search index...

    Function archiveProject

    • Archives a project. You can't delete a project if it's archived. To delete an archived project, restore the project and then delete it. To restore a project, use the Jira UI.

      Permissions required: Administer Jira global permission.

      Parameters

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

          The project ID or project key (case sensitive).

      • Optionaloptions: RequestOptions

      Returns Promise<void>