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

    Interface PutAddonProperty

    interface PutAddonProperty {
        addonKey: string;
        propertyKey: string;
        propertyValue: any;
    }
    Index

    Properties

    addonKey: string

    The key of the app, as defined in its descriptor.

    propertyKey: string

    The key of the property.

    propertyValue: any