update_entity_checklist_item
Update a checklist item's text, checked status, assignee, or deadline on a project, portfolio, or goal.
Instructions
Update a checklist item on a project, portfolio, or goal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | New text | |
| checked | No | New checked status | |
| item_id | Yes | Checklist item ID | |
| assignee | No | New assignee login | |
| deadline | No | New deadline (YYYY-MM-DD) | |
| entity_id | Yes | Entity ID | |
| entity_type | Yes | "project", "portfolio", or "goal" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |