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.