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

    Interface DeleteRemoteIssueLinkById

    interface DeleteRemoteIssueLinkById {
        issueIdOrKey: string;
        linkId: string;
    }
    Index

    Properties

    Properties

    issueIdOrKey: string

    The ID or key of the issue.

    linkId: string

    The ID of a remote issue link.