Hi, How can we disable “activating automatic analysis” by default. Our org uses CI analysis, but we need to turn automatic analysis off each time we create a new projects. There are only admins that can turn it off, so it’s a rutine we want to avoid.
I’ve moved this thread to the ‘Product Manager for a Day’ category, since this feature doesn’t exist. The SonarCloud product managers should be along at some point…
In the meantime, one option is to script API calls to run right after project creation.
The best way to master the API is to perform the desired action via the UI and eavesdrop to see which calls the UI made to accomplish the action.
I’ve added your feedback internally. The other way you can turn it off is by adding a sonar-project.properties file before importing it, that way it is automatically ineligible.