Get Issue Template
issue_template_getRetrieve a specific Yandex Tracker issue template by ID to see the field values it prefills. Use this to get template details including the issue body from fieldTemplates.description.
Instructions
Get a single Yandex Tracker issue template by its id, with the field values it prefills; find the id with issue_templates_get_all. The issue body is in fieldTemplates.description, not the template's own description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | Issue template identifier, as returned by the `issue_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 | |
| description | No | What the template itself is for. Not the issue body: an issue template prefills that through `fieldTemplates.description` | |
| fieldTemplates | No | Issue field values prefilled by the template, keyed by field id |