Skip to main content
Glama

Jira MCP Server

by George5562

create_issue_link

Establish a link between two Jira issues by specifying their keys and the type of relationship (e.g., blocking/blocked) for improved issue tracking and workflow management.

Instructions

Create a link between two issues

Input Schema

NameRequiredDescriptionDefault
inwardIssueKeyYesKey of the inward issue (e.g., blocked issue)
linkTypeYesType of link (e.g., 'blocks')
outwardIssueKeyYesKey of the outward issue (e.g., blocking issue)

Input Schema (JSON Schema)

{ "properties": { "inwardIssueKey": { "description": "Key of the inward issue (e.g., blocked issue)", "type": "string" }, "linkType": { "description": "Type of link (e.g., 'blocks')", "type": "string" }, "outwardIssueKey": { "description": "Key of the outward issue (e.g., blocking issue)", "type": "string" } }, "required": [ "inwardIssueKey", "outwardIssueKey", "linkType" ], "type": "object" }

You must be authenticated.

Other Tools from Jira MCP Server

Related Tools

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/George5562/Jira-MCP-Server'

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