Jira.js - Jira Cloud API library
    Preparing search index...

    Interface JqlQueryFieldEntityProperty

    Details of an entity property.

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

    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.