Skip to main content
Glama

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

NameRequiredDescriptionDefault
descriptionNoUpdated description of the work done (optional)
durationNoUpdated time logged in hours (optional)
issue_idYesID of the issue containing the worklog
project_idYesID of the project containing the issue
worklog_idYesID of the worklog to update

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Updated description of the work done (optional)", "type": "string" }, "duration": { "description": "Updated time logged in hours (optional)", "type": "number" }, "issue_id": { "description": "ID of the issue containing the worklog", "type": "string" }, "project_id": { "description": "ID of the project containing the issue", "type": "string" }, "worklog_id": { "description": "ID of the worklog to update", "type": "string" } }, "required": [ "project_id", "issue_id", "worklog_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/disrex-group/plane-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server