Versions Compared

Key

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

This article explains how to associate a workflow to a project workflow scheme using the Jira Command Line Interface (CLI) app.

Instructions

Use the associateWorkflow action to associate a workflow to the workflow scheme using with name and workflowScheme as required mandatory parameters.

  • name: Name of the workflow
  • workflowSchemeWorkflow scheme name or idID. Use blank for default scheme. 

Execute the following CLI command:

Code Block
themeMidnight
--action associateWorkflow --name "Associate_Workflow_1" --workflowScheme "Associate_Workflow_Scheme_1"

For this example, we

...

created a new workflow named Associate_Workflow_1

...

, and workflow schema named Associate_Workflow_Scheme_1 as shown

...

:Image Added

...

Image Added

 In your instance, the terminal output and result in Jira is displayed. For this example, the following outputs appear upon execution of the

...

given CLI command:

  • Output on the terminal:

    Code Block
    themeMidnight
    Workflow 'Associate_Workflow_1' associated to 'Associate_Workflow_Scheme_1'.


  • Output in Jira:

  • Image Removed
  • Image Added
Info
  • If you are creating new workflow and workflow scheme on global level, they can be viewed in inactive workflows and inactive workflow schemes respectively.
  • You will be able to can associate an inactive Workflow workflow scheme to an inactive workflow.
  • You will be able to can associate an inactive Workflow scheme to an active workflow.
  • It is recommended to test this scenario in a test environment before implementing it in production.

...