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

Properties

globalId?: string

The global ID of the remote issue link.

issueIdOrKey: string

The ID or key of the issue.