We’re a team using Sonar with 100+ apps in a large organization, and for each new application we create (it’s pretty dynamic due to the nature of our work, which is facilitating test environments for other developers) we need to remember to change the defalt quality gate to our specific team’s quality gate using the web interface every time. Most often after we spot a GitHub Actions build failing on Sonar.
It would be much easier for us to specify “use this quality gate” in the part of Sonar config that is shared between all our team’s Gradle builds. One less thing to remember.