get_task
Retrieve a task by ID and choose which fields to include in the response.
Instructions
Получить одну задачу по ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Список полей через запятую (по умолчанию: id,name,description,status,priority,assignees,project,startDateTime,endDateTime) | |
| taskId | Yes | ID задачи |