Add Issue Checklist Items
issue_add_checklist_itemsAdd checklist items to a Yandex Tracker issue, creating the checklist if absent and appending items in order. Specify the issue ID and items to update and return the resulting checklist.
Instructions
Add one or more items to the checklist of a Yandex Tracker issue. The checklist is created if the issue does not have one yet, and items are appended in the order given. Returns the issue's checklist after the items were added.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Checklist items to append, in order. Example: [{'text': 'Get sign-off from legal'}, {'text': 'Deploy', 'checked': false}]. | |
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |