Details of an issue remote link.

interface RemoteIssueLink {
    application?: Application;
    globalId?: string;
    id?: number;
    object?: RemoteObject;
    relationship?: string;
    self?: string;
}

Properties

application?: Application

Details of the remote application the linked item is in.

globalId?: string

The global ID of the link, such as the ID of the item on the remote system.

id?: number

The ID of the link.

object?: RemoteObject

Details of the item linked to.

relationship?: string

Description of the relationship between the issue and the linked item.

self?: string

The URL of the link.