Log time
add_task_worklogLog time on a task with task ID and minutes (1-1440). Accepts optional comment and timestamp, and returns the created worklog entry.
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) |