update_work_item
Update work items by changing only the fields you specify; all other fields stay as they are. Adjust status, assignees, priority, dates, labels, and more.
Instructions
Update an existing work item. Only include fields you want to change — omitted fields are left unchanged. Use list_states for state_id, get_workspace_members for assignee UUIDs, list_labels for label UUIDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| labels | No | ||
| type_id | No | ||
| priority | No | ||
| state_id | No | ||
| assignees | No | ||
| parent_id | No | ||
| project_id | Yes | ||
| sort_order | No | ||
| start_date | No | ||
| external_id | No | ||
| target_date | No | ||
| work_item_id | Yes | ||
| estimate_point | No | ||
| external_source | No | ||
| description_html | No |