teamstorm_update_task
Update an existing TeamStorm task by changing its name, description, or status. Provide at least one field to modify.
Instructions
Modify the name, description, or status of an existing TeamStorm task. Do not call this tool unless the user explicitly requested that the TeamStorm task itself be modified. At least one field must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| status | No | ||
| task_key | Yes | ||
| description | No |
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 |