SonarCloud properties file ignoring some properties?

We are using SonarCloud with automatic analysis and are using a custom .sonarcloud.properties file. It seems like some of the settings are being ignored. For example projectDescription and sonar.issue.ignore.

We have this in our properties file but it doesn’t seem to work, even after pushing it to main:
image

But if we do it manually in the project settings UI it does work:

Is there something we are missing? Or is this not supported.

Hello @flippidippi ,

The sonar.issue.ignore parameter is unfortunately not supported in the .sonarcloud.properties configuration file. You can find all the possible parameters on our documentation: https://sonarcloud.io/documentation/advanced-setup/automatic-analysis/#additional-analysis-configuration .