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

    Interface IssueLink

    Details of a link between issues.

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

    Properties

    id?: string

    The ID of the issue link.

    self?: string

    The URL of the issue link.