queue_get_versions
Retrieve all versions associated with a specific Yandex Tracker queue by providing the Queue ID. Facilitates issue management and version tracking within projects.
Instructions
Get all versions for a specific Yandex Tracker queue
Input Schema
Name | Required | Description | Default |
---|---|---|---|
queue_id | Yes | Queue (Project ID) to search in, like 'SOMEPROJECT' |
Input Schema (JSON Schema)
{
"properties": {
"queue_id": {
"description": "Queue (Project ID) to search in, like 'SOMEPROJECT'",
"title": "Queue Id",
"type": "string"
}
},
"required": [
"queue_id"
],
"title": "queue_get_versionsArguments",
"type": "object"
}