jira_add_worklog
Add a worklog entry to a Jira issue using issue key and time spent, with optional comment and start timestamp.
Instructions
Adds a worklog (POST /rest/api/3/issue/{key}/worklog).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | ||
| started | No | ISO-8601. | |
| timeSpent | Yes | E.g. 1h, 30m. | |
| issueIdOrKey | Yes |