Skip to main content
Glama

delete-issue-link

Remove an external link from an issue in Plane project management by specifying the project ID, issue ID, and link ID to maintain clean issue tracking.

Instructions

Delete an external link from an issue

Input Schema

NameRequiredDescriptionDefault
issue_idYesID of the issue containing the link
link_idYesID of the link to delete
project_idYesID of the project containing the issue

Input Schema (JSON Schema)

{ "properties": { "issue_id": { "description": "ID of the issue containing the link", "type": "string" }, "link_id": { "description": "ID of the link to delete", "type": "string" }, "project_id": { "description": "ID of the project containing the issue", "type": "string" } }, "required": [ "project_id", "issue_id", "link_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