bulk_post_worklogs
Batch create JIRA worklogs from a structured array. Provide issue keys, hours, dates, and optional descriptions. Use with get_schedule to prevent logging on non-working days.
Instructions
Create multiple worklog entries from a structured format. RECOMMENDED: Use get_schedule first to identify working days and avoid logging time on non-working days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worklogs | Yes | Array of worklog entries to create | |
| billable | No | Whether the time is billable for all entries (default: true) |