jira.js
    Preparing search index...

    Function getForgeAppPropertyKeys

    • Returns all property keys for the Forge app.

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

      Parameters

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