I am working in the team responsible to update our dev tools (SonarQube is one of those) and to help dev teams with their CI pipelines (we also write some template and libs).
We were wondering how many projects did not update the java version used to run the analyzer (this was a prerequisite before doing a Sonar update). We try to communicate but sometime the teams are too lazy to update their CI pipeline. And we also have some projects that are in maintenance mode (we want to be able to do an update but there is not that much activity and not active team assigned to them), for those projects we update the CI pipeline our self.
We had no other choice than opening the projects one by one to check if they had any warning that would break the setup after the update.
I can’t imagine I am the only one interested by such a dashboard. It should be somewhere available (for example if you have admin rights)
I’m in the similar position right now. I was provided with a list of warnings and manager would like to get them fixed, but he didn’t mention what projects had those warnings etc. and I couldn’t find a way to search a project by entering the Warning, or a special dashboard where Projects are grouped by the warnings.
I guess there is still no update on this and I’ll have to go the same way you did, opening the projects one by one and checking what warnings does it has. And god knows how many projects are there…