update_task
Update existing task information including status, deadline, priority, and assignee. Modify fields to reflect changes.
Instructions
Update an existing task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID to update | |
| name | No | Task name | |
| rating | No | Rating: 1=Bad, 3=OK, 5=Good | |
| report | No | Task completion report | |
| status | No | Status: 1=New, 3=In Progress, 4=Waiting Review, 5=Done | |
| deadline | No | Deadline date (YYYY-MM-DD or YYYY-MM-DD HH:MM:SS) | |
| priority | No | Priority level | |
| time_spent | No | Spent time in seconds | |
| description | No | Task description | |
| archive_status | No | 0=Active, 10=Archived | |
| responsible_id | No | Responsible user ID | |
| workflow_stage_id | No | Workflow stage ID |