Add Issue Comment
issue_add_commentAdd a comment to a Yandex Tracker issue, with markdown support and the ability to summon users via the summonees parameter for notifications.
Instructions
Add a comment to a Yandex Tracker issue. IMPORTANT: If you need to mention/call people to the discussion (so they get notifications), do NOT rely on '@login' in the text — use the summonees parameter instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| text | Yes | Comment text (markdown supported by Tracker). | |
| summonees | No | Optional list of summoned users (logins or IDs). These users will be invited to the discussion and receive notifications (this is the API way to 'mention/call' someone in Yandex Tracker comments). | |
| maillist_summonees | No | Optional list of mailing lists to summon (emails). Example: ['team@example.com']. | |
| markup_type | No | Optional markup type for comment text. Use 'md' for YFM (markdown). | |
| is_add_to_followers | No | Whether to add the comment author to issue followers. Default: true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| createdAt | No | ||
| updatedAt | No | ||
| createdBy | No | ||
| updatedBy | No | ||
| id | Yes | ||
| longId | No | ||
| text | No | ||
| transport | No | ||
| textHtml | No | ||
| summonees | No | ||
| maillistSummonees | No |