jira.js
    Preparing search index...

    Function deleteIssueTypeScheme

    • Deletes the specified issue type scheme. Any projects associated with this IssueTypeScheme will be automatically associated with the global default IssueTypeScheme.

      Parameters

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

          The id of the issue type scheme to remove.

      • Optionaloptions: RequestOptions

      Returns Promise<void>