bulk_update_cases
Update multiple test cases at once by setting status, priority, and tags for a batch. Applies the same updates to selected case IDs within a single project.
Instructions
Update multiple test cases at once. Supports updating status, priority, and tags for a batch of cases. All cases must belong to the same project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseIds | Yes | Array of numeric case IDs to update (e.g., [1, 2, 3]) | |
| updates | Yes | Updates to apply. At least one field must be provided. |