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

Properties

globalId: string

The global ID of a remote issue link.

issueIdOrKey: string

The ID or key of the issue.