UNPKG

@esm-js/jira.js

Version:

A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.

9 lines (7 loc) 253 B
import type { RemoteIssueLinkRequest } from '../models'; export interface UpdateRemoteIssueLink extends RemoteIssueLinkRequest { /** The ID or key of the issue. */ issueIdOrKey: string; /** The ID of the remote issue link. */ linkId: string; }