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

x/jira/src/version2/models/applicationProperty.ts>ApplicationProperty

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

Details of an application property.

Properties

optional
allowedValues: string[]

The allowed values, if applicable.

optional
defaultValue: string

The default value of the application property.

optional
desc: string

The description of the application property.

optional
example: string
optional
id: string

The ID of the application property. The ID and key are the same.

optional
key: string

The key of the application property. The ID and key are the same.

optional
name: string

The name of the application property.

optional
type: string

The data type of the application property.

optional
value: string

The new value.