jira_create_link
Create a link between two Jira issues using a specified link type such as Relates, Blocks, or Duplicate. Optionally add a comment to describe the relationship.
Instructions
Create a link between two Jira issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_type | Yes | Link type name (Relates, Blocks, Duplicate, etc.) | |
| inward_issue | Yes | Inward issue key (receives the action) | |
| outward_issue | Yes | Outward issue key (performs the action) | |
| comment | No | Optional comment on the link |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |