- which versions are you using : SonarQube server 9.9
- how is SonarQube deployed: zip
- what are you trying to achieve : Need to fetch latest scan date of the Sonar project
- what have you tried so far to achieve this : tried fetching the date using Rest API (GET /api/project_analyses/search?project=<your_project_key>&ps=1). Also need to integrate this in ADO dashboards. How can we achieve this?
What went wrong when you tried to do this?
FWIW, it’s probably easier for you to use GET api/projects/search which returns lastAnalysisDate