update_checklist_item
Update a task checklist item by its ID. Modify status, assignee, or deadline while preserving existing text automatically.
Instructions
Updates one checklist item by its id (from list_checklist_items). The Tracker API requires the item text on each edit — if you omit text, the current text is loaded automatically. Pass checked/assignee/deadline only when changing them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_key | Yes | ||
| item_id | Yes | ||
| text | No | ||
| checked | No | ||
| assignee | No | ||
| deadline_date | No | ||
| deadline_type | No | date |