issue_get_links
Retrieve linked issues for a specific Yandex Tracker issue using its ID. Facilitates efficient issue tracking and related tasks by accessing connected issue details.
Instructions
Get a Yandex Tracker issue related links to other issues 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_linksArguments",
"type": "object"
}