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

x/jira/src/version2/models/associatedItem.ts>AssociatedItem

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

Details of an item associated with the changed record.

Properties

optional
id: string

The ID of the associated record.

optional
name: string

The name of the associated record.

optional
parentId: string

The ID of the associated parent record.

optional
parentName: string

The name of the associated parent record.

optional
typeName: string

The type of the associated record.