Getting Task Details
Use the get_task MCP tool to retrieve details of a specific task within the current ticket.
Using get_task
javascript
get_task({
taskId: "task1",
});
The tool returns the full task object including:
- •
id- The task identifier - •
description- What the task involves - •
status- Current status (pending, in_progress, completed, failed) - •
comments- Array of comments on the task - •
createdAt- When the task was created - •
updatedAt- When the task was last modified