update_task
Update a task in Zoho Projects by providing project and task IDs. Modify name, dates, priority, status, assignee, description, duration, or move to a different tasklist.
Instructions
Update a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Task name | |
| task_id | Yes | Task ID | |
| duration | No | Estimated work hours for the task (e.g., 2 for 2 hours, 1.5 for 1.5 hours) | |
| end_date | No | End date (YYYY-MM-DD) | |
| priority | No | Task priority | |
| status_id | No | Status ID to set for the task | |
| project_id | Yes | Project ID | |
| start_date | No | Start date (YYYY-MM-DD) | |
| description | No | Task description. IMPORTANT: Use HTML formatting (not Markdown). Use <p>, <strong>, <ul>, <ol>, <li>, <code>, <pre> tags. Markdown will display as raw text. | |
| tasklist_id | No | Tasklist ID to move the task to | |
| assignee_zpuid | No | Assignee user ZPUID (from list_users) |