jira.js
    Preparing search index...

    Function deleteWorkflowScheme

    • Deletes a workflow scheme. Note that a workflow scheme cannot be deleted if it is active (that is, being used by at least one project).

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: { id: number }
        • id: number

          The ID of the workflow scheme. Find this ID by editing the desired workflow scheme in Jira. The ID is shown in the URL as schemeId. For example, schemeId=10301.

      • Optionaloptions: RequestOptions

      Returns Promise<void>