This article explains how to add requirement using addRequirement action using the Bamboo CLI app.
Instructions
Use the addRequirement action with plan, job and requirement parameters to get the requirement added in your test plan. Ensure that the CLI client file is updated with the relevant credentials.
- Find the value of the requirement parameter here.
Traverse as shown below:- Under Bamboo administration, navigate to the Agents section and then click on Key (custom.com) under the heading, Shared capabilities.
- Refer to the URL to and get the value of the capabilityKey which is the value of the requirement parameter.
- Under Bamboo administration, navigate to the Agents section and then click on Key (custom.com) under the heading, Shared capabilities.
Run Now, run the following CLI action:
Code Block theme Midnight --action addRequirement --plan "TR-TES" --job "JOB4" --requirement "custom.com"
The query results in the following output:
Code Block theme Midnight --actionRequirement addRequirementadded --plan "TR-TES" --job "JOB4" --requirement "custom.com"with id 1245185.
Here is the screenshot of the User Interface view.
Info |
---|
|
...