Get Comment Template
comment_template_getFetch a Yandex Tracker comment template by its ID to view the exact comment text it inserts. Use after listing templates to obtain the ID.
Instructions
Get a single Yandex Tracker comment template by its id, including the comment text it inserts. Use comment_templates_get_all first to find the template id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | Comment template identifier, as returned by the `comment_templates_get_all` tool |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Unique template identifier | |
| name | No | Displayed template name | |
| queue | No | Queue the template belongs to, if it is queue-specific | |
| version | No | Template version | |
| template | No | Comment text inserted by the template | |
| summonees | No | Users summoned by a comment created from the template | |
| description | No | What the template itself is for. Not the issue body: an issue template prefills that through `fieldTemplates.description` | |
| maillistSummonees | No | Mailing lists summoned by a comment created from the template |