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

    Interface EntityPropertyDetails

    interface EntityPropertyDetails {
        entityId: number;
        key: string;
        value: string;
    }
    Index

    Properties

    Properties

    entityId: number

    The entity property ID.

    key: string

    The entity property key.

    value: string

    The new value of the entity property.