Add Issue Comment
issue_add_commentAdd a comment to a Yandex Tracker issue, summon users to notify them, and use markdown for formatting. Post updates or invite teammates to the discussion directly.
Instructions
Add a comment to a Yandex Tracker issue. There is no template_id parameter: check comment_templates_get_all (with queue set) first and copy the template's template text into text and its summonees into the parameters below. To mention or call people so they get notified, use summonees - '@login' in the text notifies nobody.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Comment text (markdown supported by Tracker). | |
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| summonees | No | Users to summon (logins or IDs): they are invited to the discussion and notified. This is the API way to 'mention/call' someone in a Yandex Tracker comment. | |
| markup_type | No | Optional markup type for comment text. Use 'md' for YFM (markdown). | |
| maillist_summonees | No | Optional list of mailing lists to summon (emails). Example: ['team@example.com']. | |
| is_add_to_followers | No | Whether to add the comment author to issue followers. Default: true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| text | No | ||
| longId | No | ||
| textHtml | No | ||
| createdAt | No | ||
| createdBy | No | ||
| summonees | No | ||
| transport | No | ||
| updatedAt | No | ||
| updatedBy | No | ||
| maillistSummonees | No |