An optional textual comment to add to the created issue link, providing additional context.
link_typestring
The name of the issue link type to create (e.g., 'Blocks', 'Relates', 'Duplicate', 'Cloners'). Provide either link_type or link_type_id. Use the JIRA_GET_ISSUE_LINK_TYPES action to retrieve valid link type names for your Jira instance.
link_type_idstring
The ID of the issue link type to create (preferred over link_type when known, as it is unambiguous). Provide either link_type or link_type_id. Use JIRA_GET_ISSUE_LINK_TYPES to retrieve valid link type IDs.
inward_issue_keystring
Required
The key of the issue that initiates the link relationship (the 'source' issue). For example, if creating a 'Blocks' link from Issue A to Issue B, Issue A is the inward issue.
outward_issue_keystring
Required
The key of the issue that is the target of the link relationship (the 'destination' issue). For example, if creating a 'Blocks' link from Issue A to Issue B, Issue B is the outward issue.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not