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

    Interface DeleteRemoteIssueLinkByGlobalId

    interface DeleteRemoteIssueLinkByGlobalId {
        globalId: string;
        issueIdOrKey: string;
    }
    Index

    Properties

    globalId: string

    The global ID of a remote issue link.

    issueIdOrKey: string

    The ID or key of the issue.