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

x/jira/src/version3/models/jqlQueryFieldEntityProperty.ts>JqlQueryFieldEntityProperty

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

Details of an entity property.

Properties

entity: string

The object on which the property is set.

key: string

The key of the property.

path: string

The path in the property value to query.

optional
type: string

The type of the property value extraction. Not available if the extraction for the property is not registered on the instance with the Entity property module.