Update Worksection Task
worksection_update_taskModify task details in Worksection by updating fields like title, assignee, due date, priority, description, or budget. Only specified fields are changed.
Instructions
Update an existing task. Only provided fields will be changed.
Args:
id_task (string, required): Task ID to update
title (string, optional): New task name
email_user_to (string, optional): New assignee email
text (string, optional): New description
priority (string, optional): New priority 0-10
date_start (string, optional): New start date YYYY-MM-DD
date_end (string, optional): New due date YYYY-MM-DD
max_time (string, optional): New time estimate
max_money (string, optional): New budget
Returns: Updated task data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_task | Yes | Task ID to update | |
| title | No | New task name | |
| email_user_to | No | New assignee email | |
| text | No | New description | |
| priority | No | New priority 0-10 | |
| date_start | No | New start date YYYY-MM-DD | |
| date_end | No | New due date YYYY-MM-DD | |
| max_time | No | New time estimate | |
| max_money | No | New budget |