Im trying to use the extract issues excel file from http://docs.sonarqube.org/display/SONAR/Reporting to get some sonar metrics from sonarqube 4.4.
The file retrieves metrics using this web service "/api/issues/search?componentRoots="projectName"&statuses=OPEN&format=xml"
But, in the last version of sonarqube (4.4) this service only responses in json format.
How can I get the metrics with this excel file? Need to recoding vb macro script to parse json? Some similar tool that do the job?
Thanks.