add_entity_checklist_item
Add a checklist item to a project, portfolio, or goal with optional assignee, deadline, and checked status.
Instructions
Add a checklist item to a project, portfolio, or goal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Checklist item text | |
| checked | No | Whether the item is checked | |
| assignee | No | Assignee login | |
| deadline | No | Deadline (YYYY-MM-DD) | |
| entity_id | Yes | Entity ID | |
| entity_type | Yes | "project", "portfolio", or "goal" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |