Update Task
productive_update_taskUpdate an existing Productive.io task by changing its title, dates, assignee, description, or open/closed status; fetch current values first to avoid overwriting.
Instructions
Update an existing task in Productive.io. Use productive_get_task first to see current values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task ID to update | |
| title | No | New task title | |
| closed | No | Set to true to close the task, false to reopen | |
| due_date | No | New due date in YYYY-MM-DD format | |
| start_date | No | New start date in YYYY-MM-DD format | |
| assignee_id | No | New assignee person ID | |
| description | No | New task description |