jira.js
    Preparing search index...

    Function getForgeAppProperty

    • Returns the value of a Forge app's property.

      Permissions required: Only Forge apps can make this request. This API can only be accessed using asApp() requests from Forge.

      Parameters

      • client: Client
      • parameters: { propertyKey: string }
        • propertyKey: string

          The key of the property.

      • Optionaloptions: RequestOptions

      Returns Promise<{ key?: string; value?: unknown; [key: string]: unknown }>