issue_get_comments
Retrieve comments for a specific issue in Yandex Tracker by providing the issue ID in the format '-'.
Instructions
Get comments of a Yandex Tracker issue 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_commentsArguments",
"type": "object"
}