post_worklog
Log work hours in JIRA Tempo by creating new time entries with issue keys, hours worked, dates, and optional descriptions for accurate time tracking.
Instructions
Create a new worklog entry
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| billable | No | Whether the time is billable (default: true) | |
| description | No | Work description (optional) | |
| endDate | No | End date in YYYY-MM-DD format (optional, defaults to startDate) | |
| hours | Yes | Hours worked (decimal) | |
| issueKey | Yes | JIRA issue key (e.g., PROJ-1234) | |
| startDate | Yes | Start date in YYYY-MM-DD format |