jira_log_work
Record worklogs in Jira by issue key or 'daily' bucket, with duration, comment, and start time.
Instructions
Logs one worklog. time_spent accepts 'H:MM' (for example '2:40') or '1h 30m'. started: 'YYYY-MM-DD' or 'YYYY-MM-DD HH:MM' (empty = now). Set issue_key='daily' to log into the configured monthly bucket (JIRA_DAILY_JQL) instead of guessing the key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Worklog comment. | |
| started | No | Start: 'YYYY-MM-DD HH:MM'. Empty = now. | |
| issue_key | Yes | Issue key (e.g. PROJ-123), or 'daily' for the monthly bucket. | |
| time_spent | Yes | Duration: 'H:MM' or '1h 30m'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||