Can SonarQube notification email quantity be reduced via batching?

烈酒焚心 提交于 2019-12-11 05:24:28

问题


We've been doing a bunch of bulk fixing of issues in our codebase (deprecated code usage, mostly) and every time the analysis kicks off next, everyone gets 10-100-1000 individual emails detailing the status changes that occurred.

Is there any way to consolidate all this information into a single email so users don't end up being unable to tell what's going on due to sheer bulk of repetitive information?

I really don't want to have to turn off the notification emails and implement my own email mechanism if I've just missed a setting or plugin somewhere.


回答1:


You can change the user notification subscriptions. Here are the different notifications a SonarQube can set in 6.7:

  • Background tasks in failure on my administered projects
  • Changes in issues assigned to me
  • New quality gate status
  • Issues resolved as false positive or won't fix
  • New issues
  • My new issues

Either keep only “My new issues” or unassign issues that will not be fixed by the author.

There's an issue that is linked to the problem raised. Feel free to vote for it.



来源:https://stackoverflow.com/questions/47383086/can-sonarqube-notification-email-quantity-be-reduced-via-batching

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!