plane-work-item-update
Update existing work items by changing fields like title, description, priority, state, assignees, labels, and dates. Only include fields to modify.
Instructions
Update a work item. Only include fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New title | |
| issue_id | Yes | Issue UUID | |
| priority | No | ||
| state_id | No | New state UUID | |
| label_ids | No | Replace all labels | |
| parent_id | No | Set parent issue | |
| project_id | Yes | Project UUID | |
| start_date | No | Start date (YYYY-MM-DD) | |
| description | No | New description content | |
| target_date | No | Due date (YYYY-MM-DD) | |
| assignee_ids | No | Replace all assignees | |
| description_format | No | Description format | markdown |