update_worklog
Update an existing worklog by specifying the project, issue, and worklog IDs. Optionally revise duration, description, or start time.
Instructions
Update an existing worklog.
Args: project_id: The UUID identifier of the project containing the issue issue_id: The UUID identifier of the issue containing the worklog worklog_id: The UUID identifier of the worklog to update duration: Updated duration in hours description: Updated description started_at: Updated timestamp when work started
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | No | ||
| issue_id | Yes | ||
| project_id | Yes | ||
| started_at | No | ||
| worklog_id | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |