Update Issue Comment
issue_update_commentUpdate an existing comment in a Yandex Tracker issue by providing new text and optionally summoning users or mailing lists to notify them. Supports markdown for rich formatting.
Instructions
Update an existing comment in a Yandex Tracker issue. To mention or call people, use summonees, not '@login' in the text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | New 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. | |
| comment_id | Yes | Comment ID (integer). | |
| 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']. |
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 |