Skip to main content
Glama

Plane MCP Server

Official
by makeplane

get_issue_worklogs

Retrieve all worklogs for a specific issue by providing the project and issue UUIDs, enabling detailed tracking and management of task progress within Plane's project management system.

Instructions

Get all worklogs for a specific issue

Input Schema

NameRequiredDescriptionDefault
issue_idYesThe uuid identifier of the issue to get worklogs for
project_idYesThe uuid identifier of the project containing the issue

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "issue_id": { "description": "The uuid identifier of the issue to get worklogs for", "type": "string" }, "project_id": { "description": "The uuid identifier of the project containing the issue", "type": "string" } }, "required": [ "project_id", "issue_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/makeplane/plane-mcp-server'

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