Email Notification unpredicted behaviour in sonarqube

霸气de小男生 提交于 2019-12-02 01:11:27

You should uninstall this plugin. It is compatible, but it does not work correctly. The problem is that SonarQube 5.1 introduced core auto assignment (see automatic issue assignment and SONAR-5906). The core functionality & plugin execution order is as follows:

  1. Plugin during the execution assigns issues & collects information to whom he should send e-mails. Next core functionality reassign issues.
  2. Core functionality reassigns issues
  3. Plugin sends emails with incorrect data

See topic on SonarQube mailing list

I am also using SQ 5.1 and Issue Assign plugin works perfectly fine without any issues. You should check your email notification settings.

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