Create Issue Link
jira_create_issue_linkCreate a link between two Jira issues by specifying the link type and issue keys, with optional comment.
Instructions
Create a link between two Jira issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | No | (Optional) Comment to add to the link. Rejected when either linked issue belongs to a project listed in JIRA_INTERNAL_ONLY_PROJECTS (a link comment may be customer-visible on JSM and cannot be forced internal): create the link without a comment, then post an internal note with jira_add_comment(public=false) on the relevant issue. | |
| link_type | Yes | The type of link to create (e.g., 'Duplicate', 'Blocks', 'Relates to') | |
| inward_issue_key | Yes | The key of the inward issue (e.g., 'PROJ-123', 'ACV2-642') | |
| outward_issue_key | Yes | The key of the outward issue (e.g., 'PROJ-456') | |
| comment_visibility | No | (Optional) Visibility settings for the comment as JSON string (e.g. '{"type":"group","value":"jira-users"}') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |