jira_add_worklog
Log work time on a Jira issue by providing the issue key and seconds spent. Optionally add a comment and start date.
Instructions
Add a work log (time spent) to a Jira issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional comment describing the work done | |
| started | No | Optional start date/time in ISO 8601 format (e.g., 2024-01-15T14:30:00.000+0000) | |
| issueKey | Yes | The issue key to log work on | |
| timeSpentSeconds | Yes | Time spent in seconds (e.g., 3600 for 1 hour) |