Get Queue Fields
queue_get_fieldsRetrieve global and optionally local fields for a Yandex Tracker queue. Use to identify required fields before creating an issue.
Instructions
Get fields for a specific Yandex Tracker queue. Returns list of global fields and optionally local (queue-specific) fields. The schema.required property indicates whether a field is mandatory. Use this to find available and required fields before creating an issue with issue_create tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queue_id | Yes | Queue (Project ID) to search in, like 'SOMEPROJECT' | |
| include_local_fields | No | Whether to include queue-specific local fields in the response. When True, makes parallel requests to get both global and local fields. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |