Lists of issues and entity properties. See Entity properties for more information.

interface IssueEntityProperties {
    entitiesIds?: number[];
    properties?: {};
}

Hierarchy (view full)

Properties

entitiesIds?: number[]

A list of entity property IDs.

properties?: {}

A list of entity property keys and values.

Type declaration