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

    Interface GetRemoteIssueLinks

    interface GetRemoteIssueLinks {
        globalId?: string;
        issueIdOrKey: string;
    }
    Index

    Properties

    globalId?: string

    The global ID of the remote issue link.

    issueIdOrKey: string

    The ID or key of the issue.