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

    Interface PutAppProperty

    interface PutAppProperty {
        propertyKey: string;
        propertyValue: string;
    }
    Index

    Properties

    propertyKey: string

    The key of the property.

    propertyValue: string

    The value of the property.