Skip to main content
Glama

get_issue_link

Retrieve a specific issue relationship link from GitLab projects using project ID, issue internal ID, and link ID to access related issue connections.

Instructions

Get a specific issue link

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID or URL-encoded path
issue_iidYesThe internal ID of a project's issue
issue_link_idYesID of an issue relationship

Input Schema (JSON Schema)

{ "properties": { "issue_iid": { "description": "The internal ID of a project's issue", "type": "number" }, "issue_link_id": { "description": "ID of an issue relationship", "type": "number" }, "project_id": { "description": "Project ID or URL-encoded path", "type": "string" } }, "required": [ "project_id", "issue_iid", "issue_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/harshmaur/gitlab-mcp'

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