get_task_details
Retrieve comprehensive details about a specific task from your Linear workspace by providing its unique task ID for efficient tracking and management.
Instructions
Get detailed information about a specific task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
taskId | Yes | The ID of the task to retrieve details for |
Input Schema (JSON Schema)
{
"properties": {
"taskId": {
"description": "The ID of the task to retrieve details for",
"type": "string"
}
},
"required": [
"taskId"
],
"type": "object"
}