post_worklog
Log time in Tempo against a Jira issue for a specified account by providing issue key, duration, start date, and optional description.
Instructions
Log time in Tempo against a Jira issue on behalf of a given Jira account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | Jira issue key to log time against, e.g. PROJ-1234 | |
| startDate | Yes | Date the work was done, YYYY-MM-DD | |
| startTime | No | Time of day work started, HH:MM:SS (defaults to 09:00:00) | |
| description | No | Description of the work performed | |
| authorAccountId | Yes | Jira account ID of the person the time is logged on behalf of | |
| timeSpentSeconds | Yes | Time spent, in seconds (e.g. 3600 for 1 hour) |