testmo_batch_update_cases
Bulk update up to 100 test cases with common field values like folder, priority, state, tags, and issues in a single PATCH request.
Instructions
Bulk update up to 100 test cases with the same field values (PATCH).
Useful for moving cases to a folder, updating priority/state in bulk, linking automation sources, or adding tags/issues to multiple cases.
Args: project_id: The project ID. ids: Array of case IDs to update (max 100). folder_id: Target folder ID. state_id: State ID (1=Draft, 2=Review, 3=Approved, 4=Active, 5=Deprecated). status_id: Status ID. estimate: Estimated execution duration. custom_priority: Priority ID (52=Critical, 1=High, 2=Medium, 3=Low). automation_links: Automation links (automation_source_id, automation_case_id, name). tags: Tags to apply. issues: Issue links (display_id, integration_id, connection_project_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| ids | Yes | ||
| folder_id | No | ||
| state_id | No | ||
| status_id | No | ||
| estimate | No | ||
| custom_priority | No | ||
| automation_links | No | ||
| tags | No | ||
| issues | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||