Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:


Code Block
themeMidnight
--action deleteWorkflowscheme --workflowScheme "classic"


In this command, Classic is the workflow name. Instead of  parameter, workflow scheme id can be also used.

Info