Details of an entity property.

interface JqlQueryFieldEntityProperty {
    entity: string;
    key: string;
    path: string;
    type?: string;
}

Properties

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.

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.