Details of the identifiers for a created or updated remote issue link.

interface RemoteIssueLinkIdentifies {
    id?: number;
    self?: string;
}

Properties

Properties

id?: number

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

self?: string

The URL of the remote issue link.