jira.js
    Preparing search index...

    Function deleteIssueType

    • Deletes the issue type. If the issue type is in use, all uses are updated with the alternative issue type (alternativeIssueTypeId). A list of alternative issue types are obtained from the Get alternative issue types resource.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: { alternativeIssueTypeId?: string; id: string }
        • OptionalalternativeIssueTypeId?: string

          The ID of the replacement issue type.

        • id: string

          The ID of the issue type.

      • Optionaloptions: RequestOptions

      Returns Promise<void>