jira.js
    Preparing search index...

    Function deleteUiModification

    • Deletes a UI modification. All the contexts that belong to the UI modification are deleted too. UI modification can only be deleted by Forge apps.

      Permissions required: None.

      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: { uiModificationId: string }
        • uiModificationId: string

          The ID of the UI modification.

      • Optionaloptions: RequestOptions

      Returns Promise<void>