jira.js
    Preparing search index...

    Function deleteDraftWorkflowMapping

    • Deletes the workflow-issue type mapping for a workflow in a workflow scheme's draft.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: { id: number; workflowName: string }
        • id: number

          The ID of the workflow scheme that the draft belongs to.

        • workflowName: string

          The name of the workflow.

      • Optionaloptions: RequestOptions

      Returns Promise<void>