sonarqubesonarqube-web

SonarQube 6.7 - New issue identification


I migrated my SonarQube from 5.6.6 (LTS) to 6.7.1 (LTS).

In previous version I was able to list only the new issues created between the 2 last analysis from the Home of the project. In the leak period when I clicked on New code smells, the issues list displayed only these 2 issues.

In new version, on overview page of the project we can still see the number of new issues created (in the leak period) but when I click on the number of new issues (i.e. 2 new code smell) the list of issues is not filtered on new ones and all issues are displayed. (i.e. Impossible to limit the list to the 2 new code smell issue).

Did I do something wrong ?

See below screenshot of a project with my SonarQube 5.6.6 env.

url of link : http://sonar:9000/component_issues?id=my_project#resolved=false|types=CODE_SMELL|sinceLeakPeriod=true enter image description here

See below screenshot with SonarQube 6.7.1 env. of the same project

url of link : http://sonardev:9000/project/issues?facetMode=effort&id=my_project&resolved=false&sinceLeakPeriod=true&types=CODE_SMELL enter image description here


Solution

  • You're likely impacted by the following issue:

    Note that the filtering on Leak Period definitely is toggled (left facet), however the above known issue impacts the output of that filtering.