The issues table will show when an issue was first created in SonarQube, but the date you’re referring to in SonarQube is the date that line was committed to SCM (here, probably Git).
Overall, the SonarQube database is a black box we do not reccomend (nor support) querying directly.
We’re using Git. I see that most of the issues in the issues table are created at the same time as the Git commit time, but there are a few issues that are created at the same time as the issue data is created.
You don’t recommend using the table to collect statistics, is there any other way to do it?
It should be added that the code submitted is scanned at regular intervals, not immediately upon commit。