add_cases_to_execution
Add individual test cases to a manual execution as a new named group, returning the group ID while skipping cases from other projects.
Instructions
Add individual test cases to a Manual Test Execution as a new named group. Unlike suites and Collections, loose cases have no identity of their own, so name is required and the group it creates is what appears in the execution; the call returns its groupId. caseIds are NUMERIC ids, never TC-numbers. Use add_suites_to_execution or add_collections_to_execution when the cases are already gathered into one of those. Cases from another project are skipped, and an empty result creates no group. Returns {added, skipped, groupId}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Label for this case group | |
| caseIds | Yes | Numeric case ids | |
| executionId | Yes | Execution UUID |