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

    Interface EntityProperty

    An entity property, for more information see Entity properties.

    interface EntityProperty {
        key?: string;
        value?: {};
    }
    Index

    Properties

    Properties

    key?: string

    The key of the property. Required on create and update.

    value?: {}

    The value of the property. Required on create and update.