update_work_item
Partially update a work item by changing its stage, title, description, dates, tags, priority, category, estimate, board, milestone, parent, or assignees. Only submit fields you want to modify.
Instructions
Partially update a work item: move stage, retitle, edit description, set start/due date, block/unblock, retag, re-prioritize (importance_level_id), recategorize (category_id), re-estimate (estimated_cost), move board/milestone, re-parent, or reassign (assigned_user_ids replaces the whole assignee set). Provide only the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| tag_ids | No | ||
| board_id | No | ||
| due_date | No | ||
| stage_id | No | ||
| parent_id | No | ||
| is_blocked | No | ||
| project_id | Yes | ||
| start_date | No | ||
| category_id | No | ||
| description | No | ||
| milestone_id | No | ||
| work_item_id | Yes | ||
| estimated_cost | No | ||
| assigned_user_ids | No | ||
| importance_level_id | No |