Get Issue
issue_getRetrieve a specific Yandex Tracker issue by its project ID, optionally including the description.
Instructions
Get a Yandex Tracker issue by its id
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 |
|---|---|---|---|
| createdAt | No | ||
| updatedAt | No | ||
| createdBy | No | ||
| updatedBy | No | ||
| version | No | ||
| unique | No | ||
| key | No | ||
| summary | No | ||
| description | No | ||
| type | No | ||
| priority | No | ||
| assignee | No | ||
| status | No | ||
| previousStatus | No | ||
| deadline | No | ||
| components | No | ||
| start | No | ||
| storyPoints | No | ||
| tags | No | ||
| votes | No | ||
| sprint | No | ||
| epic | No | ||
| parent | No | ||
| estimation | No | ||
| spent | No |