jira_link
Create, fetch, delete issue links, and list available link types. Supports linking issues with optional comments.
Instructions
Create, fetch, delete issue links, and list available link types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Link type, e.g. { name: 'Blocks' } | |
| inwardIssue | No | e.g. { key: 'PROJ-1' } | |
| outwardIssue | No | e.g. { key: 'PROJ-2' } | |
| comment | No | ||
| linkId | No | ||
| action | Yes | ||
| full | No | If true, skip the summary projection and return the raw Jira API response. |