Log time
add_task_worklogLog time spent on a task in minutes (up to 24 hours) and create a worklog entry. Optionally add a comment and set the work date.
Instructions
Log time spent on a task. minutes must be > 0 and ≤ 1440 (24 hours). Returns the created worklog entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional note about the work done (max 2000 chars) | |
| minutes | Yes | Time spent in minutes (max 1440) | |
| task_id | Yes | Task UUID | |
| worked_at | No | ISO datetime when the work was done (defaults to now) |