Is there a way to see the list of people with notifications enabled?

  • We are using SonarQube version 7.3
  • And Trying to find out if there is way to fetch information on who has subscribed to the notifications
    ** Purpose of this is to make sure that the users are getting notifications and are fixing the issues. We want to send reminders to the ones not subscribed to the notifications.
  • Tried a number of REST API’s but nothing seems to give this information.

Any help on this is much appreciated.

Hi,

Unfortunately what you’re asking for is not possible.
By definition, notification should be subscribed by user, otherwise it will look like spam.

Regards,
Julien Lancelot

True and I agree. But If I want to see the details of who has subscribed to notifications - is there a way to do so? These details might be getting store somewhere.

Hi,

No, this information is not available.

Regards,
Julien Lancelo

It appears this actually possible via the API unless I’m missing something. See the image below. Doesn’t this allow me to get a list of notifications enabled for a given user, as well as enable/disable notifications for users if I access the API with sysadmin credentials? Am I understanding this correctly?