jira.js
    Preparing search index...

    Function deleteForgeAppProperty

    • Deletes 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.

      The new write:app-data:jira OAuth scope is 100% optional now, and not using it won't break your app. However, we recommend adding it to your app's scope list because we will eventually make it mandatory.

      Parameters

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

          The key of the property.

      • Optionaloptions: RequestOptions

      Returns Promise<void>