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

x/jira/src/serviceDesk/models/entityProperty.ts>EntityProperty

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Go to Latest
interface EntityProperty
import { type EntityProperty } from "https://deno.land/x/jira@v2.15.12/src/serviceDesk/models/entityProperty.ts";

An entity property, for more information see Entity properties.

Properties

optional
key: string

The key of the property. Required on create and update.

optional
value: { }

The value of the property. Required on create and update.