update_worklog
Update an existing Jira worklog by specifying the ticket ID, worklog ID, and optionally new time spent and comment.
Instructions
Update an existing worklog on a Jira ticket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticketId | Yes | The Jira ticket ID (e.g., PROJECT-123) | |
| worklogId | Yes | The worklog ID to update | |
| timeSpent | No | New time spent in JIRA format (e.g., '1h', '30m', '1h 30m') | |
| comment | No | New comment for the worklog |