Update worklog
update_task_worklogUpdate an existing worklog entry for a task by providing the task ID, worklog ID, and new minutes. Optionally add a comment or change the work date.
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 |