Manage Test Plan Content
manage_test_plan_contentUpdate an existing test plan by adding or removing test cases using their IDs, or modify the AQL filter query to refine which test cases are included.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| plan_id | No | ||
| aql_filter | No | ||
| add_test_case_ids | No | ||
| add_test_case_urls | No | ||
| remove_test_case_ids | No | ||
| remove_test_case_urls | No |