Details of a link between issues.

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

Properties

id?: string

The ID of the issue link.

self?: string

The URL of the issue link.