How to generate a portfolio report for any specific branch in enterprise edition

Version: 9.7.1.62043
how is SonarQube deployed:Docker
How to generate a portfolio report for any specific branch in enterprise edition

Hey there.

Take a look at the documentation on Managing portfolios.

:warning: Make sure you upgrade to SonarQube v9.9 LTS soon, not only to benefit from our Best LTS Everâ„¢, but because soon we will systematically ask users to upgrade when they ask questions about earlier versions of SonarQube, which are now considered unsupported. :smiley:

I own enterprise edition and i tried upgrading to 9.9 now i could see all the data being lost from postgres. On checking logs and UI it shows it gets connected to Sonar embedded database instead of connecting to my postgress

Im using like below:

  • SONARQUBE_JDBC_URL=jdbc:postgresql://sonarpgsql:5432/sonar

Did you see the upgrade notes? :smiley:

  • The deprecated SONARQUBE_JDBC_USERNAME, SONARQUBE_JDBC_PASSWORD, and SONARQUBE_JDBC_URL variables have been removed. See Environment variables for up-to-date configuration variables.

Wowww that fixed thanks for your help!!