update_manual_run
Update fields of an existing manual test run, including name, note, environment, state, tags, and more. For closed runs, only the releaseId can be changed.
Instructions
Modify an existing manual test run. Send only the fields you want to change inside the updates object. Requires write permission. Allowed fields: name, note, environment, releaseId, state, forecast, tags, linkedIssues, attachments, links, selectionMode. Closed runs are read-only except for releaseId (so a run can be re-attached to a different release). IMPORTANT: updates.tags must be a JSON array of strings — e.g. ["smoke","regression"] — NOT a comma-separated string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Internal _id or counter-style ID (required). | |
| updates | Yes | Fields to update: name, note, environment, releaseId, state, forecast, tags, linkedIssues, attachments, links, selectionMode. | |
| projectId | Yes | Project ID (required). |