/
How to move a job from one stage to another using Bamboo Command Line Interface (CLI)
How to move a job from one stage to another using Bamboo Command Line Interface (CLI)
This article explains how to move a job from one stage to another using Bamboo Command Line Interface (CLI) app.
Instructions
Use the moveJob action to move the job from one stage to another. Ensure that the CLI client file is updated with the required information.
A screenshot of a plan under the Default Stage:
Run the CLI action below to move the job to test1 stage:
--action moveJob --plan "TR-TP" --job "job1" --stage "test1"
Here is the output of the CLI action:
Job TR-TP-JOB1 moved to stage 'test1'.
The parameters used in the above action are:
- --plan value refers to the plan key containing the project key.
- --job value refers to the job key.
- --stage value refers to the stage name.
, multiple selections available,
Related content
Move tasks
Move tasks
More like this
Move tasks (swimlanes, timeline)
Move tasks (swimlanes, timeline)
More like this
Edit a Jira workflow
Edit a Jira workflow
More like this
Planning in the Board module
Planning in the Board module
More like this
Manual task structure
Manual task structure
More like this
moveIssue
moveIssue
More like this