Update Issue Comment
issue_update_commentUpdate an existing comment on a Yandex Tracker issue. Supports markdown text and can notify users or mailing lists by adding them as summoners.
Instructions
Update an existing comment in a Yandex Tracker issue. IMPORTANT: If you need to mention/call people (notifications), use the summonees parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| comment_id | Yes | Comment ID (integer). | |
| text | Yes | New 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. | |
| 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). |
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 |