update_task
Update a task's description, mark it complete or reopen, or change its assignee on a ScrumDo board.
Instructions
Update a task's description, completion state, or assignee.
Args: card_ref: Card reference, e.g. 'ON-914'. task_id: Task id (from list_tasks). description: New description (leave None to keep current). complete: True to complete, False to reopen. assignee_id: New assignee user id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| card_ref | Yes | ||
| task_id | Yes | ||
| description | No | ||
| complete | No | ||
| assignee_id | No |