sp_update_task
Update an existing task in Super Productivity by changing title, notes, due date, tags, project, or done status. Preserves parent-child relations, so task hierarchy remains intact.
Instructions
Update an existing Super Productivity task. Note: parentId and subTaskIds cannot be changed this way.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task id | |
| notes | No | ||
| title | No | ||
| dueDay | No | Due date, day only, no specific time ("Termin") as YYYY-MM-DD. Use dueWithTime instead if a specific time matters. | |
| isDone | No | ||
| tagIds | No | ||
| plannedAt | No | When you plan to work on the task ("Zaplanuj"), as a timestamp in ms since epoch. | |
| projectId | No | ||
| timeSpent | No | ||
| dueWithTime | No | Due date and time ("Termin do") as a timestamp in ms since epoch. | |
| timeEstimate | No |