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

Properties

Properties

issueIdOrKey: string

The ID or key of the issue.

linkId: string

The ID of the remote issue link.