post_worklog
Create a worklog entry in JIRA to log work time on an issue. Specify hours, start date, optional end date, billable status, and description. Verify working days with get_schedule beforehand.
Instructions
Create a new worklog entry. For better results, consider using get_schedule first to verify working days and expected hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | JIRA issue key (e.g., PROJ-1234) | |
| hours | Yes | Hours worked (decimal) | |
| startDate | Yes | Start date in YYYY-MM-DD format | |
| endDate | No | End date in YYYY-MM-DD format (optional, defaults to startDate) | |
| billable | No | Whether the time is billable (default: true) | |
| description | No | Work description (optional) |