SonarQube Slack app limitation

Hi,
I’ve integrated the SonarQube Slack app and I’m able to receive the Quality Gates status changes.
I’m trying to setup a channel where all the Sonar project alerts will arrive and noticed that, after a certain number of subscriptions, the /sonarqube list command will stop working.

The command can handle until 21 subscriptions in a channel. As soon as I add a new one will stop working. Unsubscribing any project in the channel will make it work again.

Is this limitation expected?

Hi @Javier

Thanks for reporting this. The project list is hitting a Slack message-length limit. The exact number varies depending on the length of the project names and keys.

Your subscriptions and Quality Gate notifications will keep working, only /sonarqube list is affected. We’ll look into improving the list output so it can handle larger numbers of subscriptions.

-Scott