This article explains how to associate a workflow to a project using the Jira Command Line Interface app.
Instructions
Use the associateWorkflow action to associate a workflow to the workflow scheme using name and workflowScheme as required parameters.
- name: Name of the workflow
- workflowScheme: Workflow scheme name or id. Use blank for default scheme.
Execute the CLI command:
Code Block theme Midnight --action associateWorkflow --name "Associate_Workflow_1" --workflowScheme "Associate_Workflow_Scheme_1"
For this example, we had created a new workflow named Associate_Workflow_1 and workflow schema named Associate_Workflow_Scheme_1 as shown below:
The following output appears upon execution of the above cli command:
...