Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 818 Bytes

JqlQueryFieldEntityProperty.md

File metadata and controls

19 lines (17 loc) · 818 Bytes

JqlQueryFieldEntityProperty

Properties

Name Type Description Notes
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 TypeEnum 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. [optional]

Enum: TypeEnum

Name Value
NUMBER "number"
STRING "string"
TEXT "text"
DATE "date"
USER "user"