update-issue-worklog
Modify an existing worklog entry in Plane by updating time spent or description for accurate project tracking.
Instructions
Update an existing worklog entry
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Updated description of the work done (optional) | |
| duration | No | Updated time logged in hours (optional) | |
| issue_id | Yes | ID of the issue containing the worklog | |
| project_id | Yes | ID of the project containing the issue | |
| worklog_id | Yes | ID of the worklog to update |