Skip to main content
Glama

update-issue-comment

Modify an existing comment on a Plane issue by providing the project, issue, and comment IDs along with the updated text and visibility settings.

Instructions

Update an existing comment on an issue

Input Schema

NameRequiredDescriptionDefault
accessNoComment visibility: INTERNAL (default) or EXTERNAL
commentYesThe updated comment text (will be converted to HTML)
comment_idYesID of the comment to update
issue_idYesID of the issue containing the comment
project_idYesID of the project containing the issue

Input Schema (JSON Schema)

{ "properties": { "access": { "description": "Comment visibility: INTERNAL (default) or EXTERNAL", "enum": [ "INTERNAL", "EXTERNAL" ], "type": "string" }, "comment": { "description": "The updated comment text (will be converted to HTML)", "type": "string" }, "comment_id": { "description": "ID of the comment to update", "type": "string" }, "issue_id": { "description": "ID of the issue containing the comment", "type": "string" }, "project_id": { "description": "ID of the project containing the issue", "type": "string" } }, "required": [ "project_id", "issue_id", "comment_id", "comment" ], "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