teamstorm_set_task_description
Replace a TeamStorm task's description with a structured template containing task summary and completed work. Accepts plain text; use only when explicitly requested.
Instructions
Replace the complete description of an existing TeamStorm task with a canonical HTML template containing 'Суть задачи', an separator, and 'Что было сделано'. Input values must be plain text, not HTML. Call this tool only when the user explicitly requested updating the task description. Never invent completed work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_key | Yes | ||
| work_done | No | ||
| task_summary | 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 |