The fixed sonarqube issue items miss after some days

SonarQube project-> Issues → All → Resolution → Fixed,

I found that after a few days, the number of fixed issues are decreased, even selecting the same creation date (based line) as start date.

Why the fixed issues disappear from SonarQube serve report?

Thanks

ScottQ

Hi,

Issues with a “Fixed” resolution are those that have been corrected in the code. Thirty days after an issues is marked Fixed, it becomes eligible to be deleted from the DB on the next analysis. So that’s more than likely what’s happening here.

 
HTH,
Ann

Hi Ann,

Thanks for your reply so quickly!

Are there any settings to configure so that not delete the “Fixed“ issues from DB even the analysis after 30 days.

Thanks

ScottQ

Hi,

Yes, that’s one of the housekeeping settings.

 
Ann

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.