/
How to delete a workflow scheme using Jira Command Line Interface
How to delete a workflow scheme using Jira Command Line Interface
This article explains how to delete a workflow scheme from Jira using Bobswift's Jira Command Line Interface (CLI).
Instructions
Perform the following CLI action to remove a workflow scheme:
--action deleteWorkflowscheme --workflowScheme "classic"
In this command:
- Classic is the workflow name.
- Instead of workflowScheme parameter, workflow scheme id or name parameters can be also used.
While deleting a workflow scheme, make sure it is not assigned to any project. Only inactive workflows can be deleted using Jira Command Line Interface.
Related content
How to delete a workflow using the Jira Command Line Interface
How to delete a workflow using the Jira Command Line Interface
More like this
How to associate a workflow to a workflow scheme with Jira CLI
How to associate a workflow to a workflow scheme with Jira CLI
More like this
deleteWorkflowScheme
deleteWorkflowScheme
More like this
Deleting Schemes
Deleting Schemes
More like this
Workflow schemes
Workflow schemes
More like this
[Includes] Edit Workflow
[Includes] Edit Workflow
More like this