Details of an issue remote link.

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

Properties

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.

relationship?: string

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

self?: string

The URL of the link.