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
Name | Required | Description | Default |
---|---|---|---|
inwardIssueKey | Yes | Key of the inward issue (e.g., blocked issue) | |
linkType | Yes | Type of link (e.g., 'blocks') | |
outwardIssueKey | Yes | Key of the outward issue (e.g., blocking issue) |