Skip to end of banner
Go to start of banner

How to delete a workflow scheme using the Jira Command Line Interface

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

This article explains how to delete a workflow scheme from Jira using the Bobswift's Jira Command Line Interface. 

Instructions

Perform the following action remove a workflow scheme using Jira Command Line Interface:

--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 that it is not assigned to any project. Only inactive workflows can be deleted by using Jira Command Line Interface.

  • No labels