teamstorm_get_task
Retrieve a TeamStorm task by its human-readable key such as TS-123 to view its details. Use when you need task information by key.
Instructions
Retrieve a TeamStorm task by its human-readable key, for example TS-123. Use teamstorm_get_task_context instead when you need requirements before implementation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| key | Yes | ||
| name | Yes | ||
| type | No | ||
| author | No | ||
| folder | No | ||
| parent | No | ||
| sprint | No | ||
| status | No | ||
| dueDate | No | ||
| endDate | No | ||
| assignee | No | ||
| workflow | No | ||
| changedBy | No | ||
| startDate | No | ||
| timeSpent | No | ||
| workspace | No | ||
| attributes | No | ||
| changeDate | No | ||
| portfolios | No | ||
| createdDate | No | ||
| description | No | ||
| storyPoints | No | ||
| originalEstimate | No | ||
| remainingEstimate | No |