Update Work Item
update_work_itemUpdate specific fields of a Plane work item—title, state, priority, dates, description, assignees, labels—replacing assignee and label lists entirely for accurate project tracking.
Instructions
Update the provided fields of a work item; omitted fields are unchanged.
assignees and labels replace the existing lists when provided, so pass
the complete list you want rather than a single addition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New title. | |
| state | No | State UUID — use `list_states` to find it. | |
| labels | No | Label UUIDs, replacing the current labels — use `list_labels`. | |
| priority | No | One of "urgent", "high", "medium", "low", "none". | |
| assignees | No | Member UUIDs, replacing the current assignees — use `list_workspace_members`. | |
| project_id | Yes | Project UUID. | |
| start_date | No | ISO date, e.g. "2026-01-31". | |
| description | No | New plain-text description (converted to HTML for you). | |
| target_date | No | ISO date, e.g. "2026-02-15". | |
| work_item_id | Yes | Work item UUID. | |
| estimate_point | No | Estimate point UUID. | |
| description_html | No | New HTML description; takes precedence over `description`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||