Get Component
component_getRetrieve a Yandex Tracker queue component by numeric ID to get queue, lead, assignAuto, and version data needed for updates.
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 |