issue_get_checklist
Retrieve checklist items for a specific issue in Yandex Tracker using its unique issue ID. Simplify issue management by accessing detailed task checklists directly.
Instructions
Get checklist items 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_checklistArguments",
"type": "object"
}