Skip to end of banner
Go to start of banner

How to add requirement using addRequirement action

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

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.

  1. Find the value of the requirement parameter here.
    1. Traverse to the Agents and click on Key (custom.com).
    2. Refer to the URL to get the value of the capabilityKey.
  2. Run the following CLI action:

    --action addRequirement --plan "TR-TES" --job "JOB4" --requirement "custom.com"
  3. The query results in the following output:

    --action addRequirement --plan "TR-TES" --job "JOB4" --requirement "custom.com"

       
  • If the CLI client version is older than 9.0, update the Jira instance details in bamboo cli file.



  • No labels