jira_create_issue_link
Connect two Jira issues by creating an issue link with a chosen relationship type. Specify the inward and outward issues to define the dependency.
Instructions
Creates a link between issues (POST /rest/api/3/issueLink).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Type name, e.g. Blocks. | |
| inwardIssue | Yes | Destination issue (inward). | |
| outwardIssue | Yes | Source issue (outward). |