add_checklist_item
Add a checklist item to a Yandex Tracker issue by providing the issue key and item text, with optional assignee or deadline.
Instructions
Add a checklist item to an issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Item text | |
| checked | No | Whether item is checked | |
| assignee | No | Assignee login | |
| deadline | No | Deadline date (YYYY-MM-DD) | |
| issue_key | Yes | Issue key (e.g. "DEV-123") |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |