jira.js
    Preparing search index...

    Function getAddonProperties

    • Gets all the properties of an app. The reserved key connect_client_key_019cdff3-8bfb-71fe-9628-875b700aebb8 is not returned.

      Permissions required: Only a Connect app whose key matches addonKey can make this request. Additionally, Forge apps can access Connect app properties (stored against the same app.connect.key).

      Parameters

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

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

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              keys?: { key?: string; self?: string; [key: string]: unknown }[];
              [key: string]: unknown;
          },
      >