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

    Interface SetApplicationProperty

    interface SetApplicationProperty {
        body?: { id?: string; value?: string };
        id: string;
        value?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    body?: { id?: string; value?: string }

    Type declaration

    • Optionalid?: string

      The ID of the application property.

    • Optionalvalue?: string

      The new value.

    id: string

    The key of the application property to update.

    value?: string

    The new value.