Skip to content

Create Issue Link Node

Data/Atlassian/Jira

Create Issue Link

Create a link between two issues

data_atlassian_jira_create_issue_linkdata
Inputs6
Outputs2
Security exposure2/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
2/10High
PrivacyPotential sensitivity of processed data.
4/10Medium
PerformanceRuntime or resource pressure.
2/10High
GovernancePolicy, audit, or compliance impact.
3/10High
ReliabilityOperational stability considerations.
2/10High
CostExternal or compute cost impact.
2/10High

Input Pins

6

Exec In

Execution
exec_in

Execution input

Provider

Struct
provider

Atlassian provider

AtlassianProviderAtlassianProvider7 fields
provider_idstringrequired

The provider ID

access_tokenstringrequired

The access token (OAuth, API token, or PAT)

base_urlstringrequired

The base URL for the Atlassian instance For cloud: https://your-domain.atlassian.net For server/data center: https://your-server.com

emailstring | null

Email for Cloud API token auth (not needed for OAuth or Server PAT)

is_cloudbooleanrequired

Whether this is a cloud instance

auth_typestringrequired

Authentication type: "oauth", "api_token" (cloud), or "pat" (server/dc)

cloud_idstring | null

Cloud ID for OAuth (required for OAuth to call APIs via api.atlassian.com)

default null
Schema enforced

Link Type

String
link_type

The name of the link type (e.g., 'Blocks', 'Cloners', 'Relates')

Inward Issue

String
inward_issue

The inward issue key (e.g., PROJ-123)

Outward Issue

String
outward_issue

The outward issue key (e.g., PROJ-456)

Comment

String
comment

Optional comment for the link

Output Pins

2

Exec Out

Execution
exec_out

Execution output

Success

Boolean
success

Whether the link was created successfully

Node Info

Internal name
data_atlassian_jira_create_issue_link
Category
Data/Atlassian/Jira