How do I enable notifications for the assignee of new issues in SonarQube?

We want every user to receive an email about new issues they have contributed to this analysis.

I found this request here, saying it was already possible: http://jira.sonarsource.com/browse/SONAR-2747

Is it a matter of configuring SonarQube or did they remove this feature at the same time? Unfortunately this is not documented anywhere and the Jira request says nothing about the solution itself.

[EDIT]

I need the following scenario:

  • A completes a new problem.
  • B completes a new problem. SonarQube analysis in progress. (no one was actively changing something like reassigned issues).
  • A receives a message that he has submitted 1 new topic .
  • B receives a message that she has submitted 1 new topic .
  • A and B may (if they subscribe) get another mail saying there are two new problems .

[/ EDIT]

+3


source to share


2 answers


It seems that the function I'm looking for will be in release 5.2:



https://jira.sonarsource.com/browse/SONAR-6106

0


source


You can receive notifications about new problems, but 2 conditions must be met:

You cannot, as an administrator, actively sign your users. They must choose to be notified.



EDIT:

In version 5.1 (you do not mention your version) it is possible to be notified of any new issues. Your # 5

In the near future it will be possible to receive notifications about new problems that you have introduced - your No. 3, No. 4

+5


source







All Articles