link_issues
Create a link between two Jira issues using types like Blocks, Relates, Duplicate, or Cloners to specify their relationship.
Instructions
Create a link between two Jira issues. Common link types: Blocks (blocks / is blocked by), Relates (relates to), Duplicate (duplicates / is duplicated by), Cloners (clones / is cloned by).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_type | Yes | Link type name (e.g. 'Blocks', 'Relates', 'Duplicate') | |
| inward_issue | Yes | Issue key that gets the inward description (e.g. the one that 'is blocked by') | |
| outward_issue | Yes | Issue key that gets the outward description (e.g. the one that 'blocks') |