we just introduced the automated scanning feature in our sonarqube cloud instance with Azure DevOps. Everything is working fine, but we are missing the option to adjust the project names with .sonarcloud.properties.
Hi Ann,
that’s the first thing we tried. It did not work. Our second try was a sonar-project.properties containing that instruction. We also had no success.
Thank you for your feedback. I can confirm that currently, setting the project name through .sonarcloud.properties is not supported for Automatic Analysis. About sonar-project.properties, this one is just used for CI or local analysis and there you can set the project name with the property sonar.projectName.
I will share this feedback to the rest of the team, but I cannot guarantee it will be added to our roadmap.