Details of a link between issues.

interface IssueLink {
    id?: string;
    inwardIssue?: Version3.Version3Models.LinkedIssue;
    outwardIssue?: Version3.Version3Models.LinkedIssue;
    self?: string;
    type?: Version3.Version3Models.IssueLinkType;
}

Properties

id?: string

The ID of the issue link.

self?: string

The URL of the issue link.