Details of a link between issues.

interface InwardIssueLink {
    id?: string;
    inwardIssue: LinkedIssue;
    self?: string;
    type: IssueLinkType;
}

Properties

id?: string

The ID of the issue link.

inwardIssue: LinkedIssue

Provides details about the linked issue. If presenting this link in a user interface, use the inward field of the issue link type to label the link.

self?: string

The URL of the issue link.

The type of link between the issues.