get_issue
Retrieve details of a Yandex Tracker issue by key. Choose specific fields, expand transitions or attachments, and format output as text or JSON.
Instructions
Get issue details by key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expand | No | Expand additional fields: "transitions", "attachments", or "transitions,attachments" | |
| fields | No | Optional list of fields to show. Use ["all"] for all fields. | |
| issue_key | Yes | Issue key (e.g. "DEV-123") | |
| 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 |