update_worklog
Update an existing worklog entry by providing project, issue, and worklog IDs along with fields to modify, enabling accurate time tracking.
Instructions
Update an existing worklog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | The uuid identifier of the issue containing the worklog | |
| project_id | Yes | The uuid identifier of the project containing the issue | |
| worklog_id | Yes | The uuid identifier of the worklog to update | |
| worklog_data | Yes | The fields to update on the worklog |