jira_worklog_add
Add a worklog entry to a JIRA issue by specifying the issue key and time spent in duration format (e.g., 1h 30m). Optionally include a comment and start time.
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 |
|---|---|---|---|
| comment | No | Optional plain-text comment. | |
| key | Yes | JIRA issue key (e.g., `PROJ-123`). | |
| started | No | ISO 8601 timestamp when the work started. | |
| time_spent | Yes | Time spent (e.g., `1h 30m`, `2d`). |