update-task
Update a task's name, column, description, color, position, responsible user, or time and points estimates.
Instructions
Update properties of an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ID of the task to update | |
| name | No | New task name | |
| columnId | No | ID of the column to move the task to | |
| description | No | New task description | |
| color | No | New task color | |
| position | No | New position (number, 'top', or 'bottom') | |
| responsibleUserId | No | ID of the user responsible for the task | |
| totalSecondsEstimate | No | Estimated time in seconds | |
| pointsEstimate | No | Points estimate for the task |