jira.js
    Preparing search index...

    Function removeNotificationFromNotificationScheme

    • Removes a notification from a notification scheme.

      Permissions required: Administer Jira global permission.

      Parameters

      • client: Client
      • parameters: { notificationId: string; notificationSchemeId: string }
        • notificationId: string

          The ID of the notification.

        • notificationSchemeId: string

          The ID of the notification scheme.

      • Optionaloptions: RequestOptions

      Returns Promise<void>