jira_log_work_batch
Batch log multiple Jira worklogs at once, automatically skipping duplicates already logged for the same time, and get per-entry confirmation.
Instructions
Logs multiple worklogs. entries: list of {issue_key, time_spent, started?, comment?}. issue_key may be 'daily' to log into the configured monthly bucket (JIRA_DAILY_JQL). By default, entries that already have a worklog at the same date/time are skipped and returned for confirmation. Reports each row result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | List of {issue_key, time_spent, started?, comment?}. issue_key may be 'daily'. | |
| skip_duplicates | No | Skip entries already logged at the same date/time. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||