update_work_item
Update any fields of a work item in Plane, only changing provided values. Set status via state UUID, clear assignees/labels with empty arrays.
Instructions
Update any fields of a work item. Only provided fields change.
To change STATUS, pass state with the target state's UUID.
To clear assignees/labels, pass an empty list [].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| state | No | ||
| labels | No | ||
| parent | No | ||
| issue_id | Yes | ||
| priority | No | ||
| assignees | No | ||
| project_id | No | ||
| start_date | No | ||
| target_date | No | ||
| estimate_point | No | ||
| description_html | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||