update_worklog
Update an existing worklog entry with a new duration or comment by specifying the issue key and worklog ID.
Instructions
Update a worklog entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Optional list of fields to show in response. | |
| comment | No | New comment | |
| duration | Yes | New duration in ISO 8601 (e.g. "PT3H") | |
| issue_key | Yes | Issue key (e.g. "DEV-123") | |
| worklog_id | Yes | Worklog entry ID | |
| output_format | No | Response format: "text" (default, markdown) or "json" | text |
| full_description | No | If true, do not truncate description (default false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |