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

    Interface IssueEntityProperties

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

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

    Hierarchy (View Summary)

    Index

    Properties

    entitiesIds?: number[]

    A list of entity property IDs.

    properties?: {}

    A list of entity property keys and values.