log_work
Record time spent on a Jira issue by providing the issue key and duration. Optionally add a comment and start time.
Instructions
Log work (time) on a Jira ticket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional work log comment | |
| started | No | Start datetime ISO format, e.g. '2026-06-29T09:00:00.000+0700'. Defaults to now. | |
| ticket_id | Yes | Jira issue key, e.g. GEM-234 | |
| time_spent | Yes | Time spent, e.g. '2h 30m', '1d', '45m' |