update_work
Update an existing work item by patching specified fields like execution type. Handles API limitations with a clear message.
Instructions
[LOCAL — write operation. Beta MCP is read-only and cannot update work items.]
Update an existing work item (partial payload).
Useful for updating phase/task fields like ExecType (execution type) on
work items via PATCH /public-api/v1/work/{id}.
Note: Some instances reject PATCH on /work/{id} with HTTP 405.
In that case, this tool returns a clear limitation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Fields to PATCH on the work item. | |
| work_id | Yes | ||
| attributes | No | Optional attributes to return (comma-separated string or list of names). |