Skip to main content
Glama

update-issue-link

Modify an existing link attached to a project issue in Plane by updating its title or URL using the issue and link identifiers.

Instructions

Update an existing issue link

Input Schema

NameRequiredDescriptionDefault
issue_idYesID of the issue containing the link
link_idYesID of the link to update
project_idYesID of the project containing the issue
titleNoUpdated title/name for the link (optional)
urlNoUpdated URL (optional)

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 update", "type": "string" }, "project_id": { "description": "ID of the project containing the issue", "type": "string" }, "title": { "description": "Updated title/name for the link (optional)", "type": "string" }, "url": { "description": "Updated URL (optional)", "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