A remote link (e.g. to a web URL) associated with a Jira issue.

interface JiraRemoteLink {
    application?: { name?: string; type?: string };
    globalId?: string;
    id: number;
    object: JiraRemoteLinkObject;
    relationship?: string;
    self: string;
}

Properties

application?: { name?: string; type?: string }

Application info for the linked external system

globalId?: string

Global unique ID used for deduplication across systems

id: number

Numeric ID

The linked remote object

relationship?: string

Relationship description (e.g. 'is implemented by')

self: string

URL of the remote link resource