This article explains how to delete a workflow scheme from Jira using the Bobswift's Jira Command Line Interface (CLI).
Instructions
Perform the following CLI action to remove a workflow scheme using Jira Command Line Interface:
Code Block | ||
---|---|---|
| ||
--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.
Info |
---|
While deleting a workflow scheme, make sure thatit is not assigned to any project. Only inactive workflows can be deleted bydeleted using Jira Command Line Interface. |