Jira.js - Jira Cloud API library
    Preparing search index...

    Interface IssueLink

    Details of a link between issues.

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

    Properties

    id?: string

    The ID of the issue link.

    self?: string

    The URL of the issue link.