Get Issue
issue_getGet a Yandex Tracker issue by its ID to read the full record—summary, status, priority, assignee, custom fields, version, and more. Use it to inspect a known ticket before update or check its current state.
Instructions
Get a Yandex Tracker issue by its id: read one issue (task, ticket, bug) with a known key like 'QUEUE-123' and return its full record - summary, description, status, type, priority, assignee, author, tags, components, sprint, epic, parent, deadline, start date, story points, estimation, spent time, votes, created/updated timestamps and users, the issue's current version, and any queue-local or custom fields Tracker returns. Use it to open, view, inspect or check the details, state or fields of a single issue you can already name, and to read a fresh version immediately before issue_update for optimistic locking. To search for issues instead of reading a known one, use issues_find. Comments, links, attachments, worklogs, checklist, change history and available status transitions are not part of this response - each has its own issue_get_* tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' | |
| include_description | No | Whether to include issue description in the issues result. It can be large, so use only when needed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| epic | No | ||
| tags | No | ||
| type | No | ||
| spent | No | ||
| start | No | ||
| votes | No | ||
| parent | No | ||
| sprint | No | ||
| status | No | ||
| unique | No | ||
| summary | No | ||
| version | No | ||
| assignee | No | ||
| deadline | No | ||
| priority | No | ||
| createdAt | No | ||
| createdBy | No | ||
| updatedAt | No | ||
| updatedBy | No | ||
| components | No | ||
| estimation | No | ||
| description | No | ||
| storyPoints | No | ||
| previousStatus | No |