testmo_update_cases
Update 1-100 Testmo cases in a single request by providing case IDs and field values to apply to all selected cases. Also updates custom fields from the case template.
Instructions
Update 1-100 repository cases (PATCH). Pass ids (the cases to change) plus the fields to apply to ALL of them — the same values are written to every listed case (so name is normally used with a single id). Template custom fields go in custom (e.g. custom_steps, custom_priority) and must exist in every targeted case's template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Case IDs to update (1-100) | |
| name | No | New name for the case(s) | |
| tags | No | Tag strings | |
| custom | No | Template custom fields, keys prefixed custom_ e.g. {"custom_steps":[{"text1":"<p>Do X</p>","text3":"<p>Expect Y</p>"}],"custom_priority":2} | |
| issues | No | Link issue-tracker tickets. Each item needs display_id + integration_id. | |
| estimate | No | Estimated duration in seconds | |
| state_id | No | New case state ID | |
| folder_id | No | Move case(s) to this folder ID | |
| status_id | No | New case status ID | |
| project_id | Yes | Project ID |