update_manual_run
Modify an existing manual test run by updating fields like name, notes, environment, tags, and linked issues. Closed runs are restricted to changing release only.
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). |