Get Issue Template
issue_template_getRetrieve a specific Yandex Tracker issue template by its ID to access its prefilled field values and description, enabling template reuse or inspection.
Instructions
Get a single Yandex Tracker issue template by its id, including the field values it prefills. Use issue_templates_get_all first to find the template id. The issue body lives in fieldTemplates.description; the template's own description describes the template itself and is usually empty.
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 |