jira_add_worklog
Add time spent to a Jira issue by providing the issue key and duration, with optional comment and start time.
Instructions
Add a worklog entry to a Jira issue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | Optional worklog comment | |
| started | No | Optional start timestamp in Jira format, for example 2026-04-09T09:00:00.000-0400 | |
| issueKey | Yes | Jira issue key, for example ABC-123 | |
| timeSpent | Yes | Time spent string, for example 1h 30m |