update_task
Update an existing task by providing its unique ID and new values for fields such as title, status, priority, assignee, and due date.
Instructions
Update an existing task with new information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | New title for the task | |
| status | No | New status for the task | |
| task_id | Yes | The unique identifier of the task to update | |
| due_date | No | New due date for the task (ISO 8601 format) | |
| priority | No | New priority for the task | |
| assignee_id | No | New assignee for the task | |
| description | No | New description for the task | |
| initiative_id | No | New initiative ID to associate the task with |