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

    Interface GetRemoteIssueLinkById

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

    Properties

    Properties

    issueIdOrKey: string

    The ID or key of the issue.

    linkId: string

    The ID of the remote issue link.