Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/remoteIssueLinkIdentifies.ts>RemoteIssueLinkIdentifies

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface RemoteIssueLinkIdentifies
import { type RemoteIssueLinkIdentifies } from "https://deno.land/x/jira@v3.0.2/src/version2/models/remoteIssueLinkIdentifies.ts";

Details of the identifiers for a created or updated remote issue link.

Properties

optional
id: number

The ID of the remote issue link, such as the ID of the item on the remote system.

optional
self: string

The URL of the remote issue link.