Update worklog
update_task_worklogUpdate an existing worklog entry for a task with a new duration in minutes, optional comment, and worked-at timestamp.
Instructions
Update an existing worklog entry for a task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional note | |
| minutes | Yes | Updated time in minutes (max 1440) | |
| task_id | Yes | Task UUID | |
| worked_at | No | ISO datetime | |
| worklog_id | Yes | Worklog UUID |