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