Jira MCP Server

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

ID: lblw6pvk7i