Manage Test Plan Content
manage_test_plan_contentAdd or remove test cases from a test plan by ID, or update the AQL filter query to modify test plan content.
Instructions
Modify the content (Test Cases) of an existing Test Plan.
Allows adding or removing specific Test Cases by ID, or updating the underlying AQL filter query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_id | Yes | ID of the test plan | |
| output_format | No | Output format: 'json' (default) or 'plain'. | |
| add_test_case_ids | No | List of Test Case IDs to add | |
| update_aql_filter | No | Update the AQL filter string | |
| remove_test_case_ids | No | List of Test Case IDs to remove |