How to find new SonarQube issues after upgrading

Hi,

We recently upgraded SonarQube
from: 2025.3.1.109879
to: 2025.4.2.112048

For some projects I see something like this on the Overall Code page

First analysis since upgrading to SonarQube Server 2025.4.2.112048
New analysis: +1 Issues

But how can i find this new issue?
I guess it’s an old issue thats now beeing detected
If I filter on creation date last month I find nothing

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube Server)
  • how is SonarQube deployed: zip

Hi,

Unfortunately, there’s no good way to go about this.

We do store an actual creation date in the DB but that date isn’t exposed in either the UI or the APIs. And I’m supposed to tell to treat the DB like a black box.

 
Ann