issue_get_url
Retrieve the URL of a Yandex Tracker issue by providing its ID in the format '-'. Access and manage issue details directly through the Yandex Tracker MCP server.
Instructions
Get a Yandex Tracker issue url by its id
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_id | Yes | Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1' |
Input Schema (JSON Schema)
{
"properties": {
"issue_id": {
"description": "Issue ID in the format '<project>-<id>', like 'SOMEPROJECT-1'",
"title": "Issue Id",
"type": "string"
}
},
"required": [
"issue_id"
],
"title": "issue_get_urlArguments",
"type": "object"
}