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.

8 lines (7 loc) 291 B
/** Details of the identifiers for a created or updated remote issue link. */ export interface RemoteIssueLinkIdentifies { /** The ID of the remote issue link, such as the ID of the item on the remote system. */ id?: number; /** The URL of the remote issue link. */ self?: string; }