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

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

Properties

entitiesIds?: number[]

A list of entity property IDs.

properties?: {
    [key: string]: JsonNode;
}

A list of entity property keys and values.