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

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

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface EntityProperty
import { type EntityProperty } from "https://deno.land/x/jira@v3.0.2/src/version3/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: any

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