Sonarqube Enterprise Edition, Version 8.3.1 (build 34397)
I need to build a plan to address static analysis finding from our Overall Code findings. For example, I would like to obtain a summary report of total estimated amount for various filter conditions such as each developer’s critical bugs, blocker bugs, major bugs, etc. From this I could build a schedule estimating the time required to move a given analysis category such as reliability from E, to D, to C, etc. It will also enable me to level the work if the data indicates one person is more heavily loaded than others. I can of course use the issues tab with filtering to manually iterate through all the conditions and record the estimated effort per person, but this is a large team and the need to do that repeatedly to keep the schedule up to date is rather prohibitive.
Is there a summary report somewhere that I have not discovered?
If not, is there an API that could be used to extract this via script?
Thank you.