Skip to main content
Glama

create_issue_link

Create relationships between GitLab issues to track dependencies, blockers, and related work items across projects.

Instructions

Create an issue link between two issues

Input Schema

NameRequiredDescriptionDefault
project_idYesProject ID or URL-encoded path
issue_iidYesThe internal ID of a project's issue
target_project_idYesThe ID or URL-encoded path of a target project
target_issue_iidYesThe internal ID of a target project's issue
link_typeNoThe type of the relation, defaults to relates_to

Input Schema (JSON Schema)

{ "properties": { "issue_iid": { "description": "The internal ID of a project's issue", "type": "number" }, "link_type": { "description": "The type of the relation, defaults to relates_to", "enum": [ "relates_to", "blocks", "is_blocked_by" ], "type": "string" }, "project_id": { "description": "Project ID or URL-encoded path", "type": "string" }, "target_issue_iid": { "description": "The internal ID of a target project's issue", "type": "number" }, "target_project_id": { "description": "The ID or URL-encoded path of a target project", "type": "string" } }, "required": [ "project_id", "issue_iid", "target_project_id", "target_issue_iid" ], "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