Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/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/version3/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.