Hi Team.
We have our sonarqube platform deployed on-premise, and we want to get several info about the issues, that are part Master branch of all the projects in our environment.
I was trying to get the info in an excel sheet, and for this i was using son API request (basic python api request), but trying this endpoint did not get much of the info i need: https://test.com/api/issues/search?types=VULNERABILITY
So instead, i tried this one:
“https://test.com/api/issues/search?branch=master”
But with this i have more doubts, because this showed more than 10k issues… and i want to know if this is a valid representation of all the master branch of all the projects?
Or… is there any way to get all the issues for several specific projects?
some notes:
SonarQube platform is in version 10.6
the “test” domain is replaced with the real domain, of course.
Hi Colin.
I’m using Enterprise edition.
The options in reporting are not as granular as i’d like… or maybe i’m missing something jaja.
Thanks in advance.
It’s not super obvious, but when you don’t provide the branch parameter (which can only be used alongside components), you are only getting the results from the main branch.
All Portfolios have a key that is separate from the name. You’ll see this key in the URL when viewing the portfolio (https://next.sonarqube.com/sonarqube/portfolio?id=MASTER_PROJECT where MASTER_PROJECT is the key) or in the Portfolio Settings > Edit Definition space of your Portfolio.
You cannot specify a branch with a Portfolio, but portfolios are made up of project branches – so just make sure you’ve constructed a portfolio with only main branches if that’s your requirement.