Get Component
component_getGet a Yandex Tracker queue component by its numeric ID, returning queue, lead, assignAuto, and version. Use it to retrieve component details from an issue or queue component list.
Instructions
Get one Yandex Tracker queue component (in russian - 'компонент') by its numeric id, with queue, lead, assignAuto and the version that component_update takes. Ids come from queue_get_components or an issue's components field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component_id | Yes | Component identifier (numeric), as returned by `queue_get_components` or in an issue's `components` field |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| lead | No | ||
| name | Yes | ||
| queue | No | ||
| version | Yes | ||
| assignAuto | No | ||
| description | No |