jira_worklog_add
Record work time on a JIRA issue by providing time spent in duration format, with optional comment and start timestamp.
Instructions
Log time on a JIRA issue. time_spent accepts JIRA's duration format (e.g., 1h 30m, 2d). Returns YAML {status: ok}. Mirrors omni-dev atlassian jira worklog add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | JIRA issue key (e.g., `PROJ-123`). | |
| comment | No | Optional plain-text comment. | |
| started | No | ISO 8601 timestamp when the work started. | |
| time_spent | Yes | Time spent (e.g., `1h 30m`, `2d`). |