jira.js
    Preparing search index...

    Function deleteIssueType

    • Deletes the specified issue type. If the issue type has any associated issues, these issues will be migrated to the alternative issue type specified in the parameter.

      Parameters

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

          The id of an issue type to which issues associated with the removed issue type will be migrated.

        • id: string

          The issue type id.

      • Optionaloptions: RequestOptions

      Returns Promise<void>