add_comment
Add a comment to a Yandex Tracker issue, supporting markdown text and summoning users for collaboration.
Instructions
Add a comment to an issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Comment text (YFM markdown supported) | |
| fields | No | Optional list of fields to show in response. Use ["all"] for all fields. | |
| issue_key | Yes | Issue key (e.g. "DEV-123") | |
| summonees | No | List of user logins to summon | |
| output_format | No | Response format: "text" (default, markdown) or "json" | text |
| full_description | No | If true, do not truncate description (default false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |