Skip to main content
Glama

create-issue-link

Add external links to Plane.so issues by providing the project ID, issue ID, link title, and URL to connect relevant resources directly to project management workflows.

Instructions

Create a new external link for an issue

Input Schema

NameRequiredDescriptionDefault
issue_idYesID of the issue to add link to
project_idYesID of the project containing the issue
titleYesTitle/name for the link
urlYesThe URL to link to

Input Schema (JSON Schema)

{ "properties": { "issue_id": { "description": "ID of the issue to add link to", "type": "string" }, "project_id": { "description": "ID of the project containing the issue", "type": "string" }, "title": { "description": "Title/name for the link", "type": "string" }, "url": { "description": "The URL to link to", "type": "string" } }, "required": [ "project_id", "issue_id", "title", "url" ], "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