Hi,
I’m a new user of SonarQube cloud 8.4.2
I’m searching for a way to get all the issues( BUG especially) by using the Web Api of sonarQube, I don’t know why but I get always the results of the first analysis ( the same total of bugs …) that I launch 2 months ago I want to get the total of bugs detected in the analyse done yesterday for exemple I have 8 bugs but the API returns 198 bugs equivalent the bugs I had 2 month ago I use : api/issues/search I tried createdAt=2021-02-03 but it gives total = 0
is there another way
Best Regards