Get issues filtered by project version

Hello all,

I’m using SonarQube developer edition and maven for build management.

When I ran mvn sonar:sonar I do see sonar.projectVersion is being populated in SonarQube server as the maven project version, as expected.

How is it possible to filter issues by this property? I went over the documentation of api/issues/search API but didn’t find any reference to project version property.

Thanks.

Hi,

Sorry, but it’s not possible to filter issues by your project version. You can filter them by date. There’s a facet on the issues page for that. You’ll have to do the version-date correlation manually.

 
Ann