jira_issues_link
Create a link between two Jira issues by specifying inward and outward issue keys and a link type such as 'Blocks' or 'Relates'.
Instructions
Create a link between two Jira issues.
Example: link_issues('PROJ-1', 'PROJ-2', 'Blocks') means PROJ-2 blocks PROJ-1. Use jira_issue_link_types_list to see available link types with inward/outward labels. Returns: {success, inward_issue, outward_issue, link_type}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inward_issue_key | Yes | The issue that is the target (inward side), e.g. 'PROJ-1' | |
| outward_issue_key | Yes | The issue that is the source (outward side), e.g. 'PROJ-2' | |
| link_type | Yes | Link type name: 'Blocks', 'Cloners', 'Duplicate', 'Relates', etc. Use jira_issue_link_types_list to see all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||