update_worklog
Modify an existing worklog in Plane MCP Server by updating fields like description, duration, and timestamps using project, issue, and worklog identifiers. Simplifies work item management within project workflows.
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_data | Yes | The fields to update on the worklog | |
worklog_id | Yes | The uuid identifier of the worklog to update |