Sonarqube report in graph/chart for time (weekly/daily) and number of issues -


i want display graphical report based on time (weekly/daily) shows status of static code analysis on period of time. e.g. vertical bar denote number of issue , horizontal display time day/month/week. keep watch of code quality on period of time (something burn down chart of scrum). can me this?

the 5.1.2 issues search web service includes parameters let query issues creation date. best best use ajax requests data need , build widget there.

note can query iteratively across date range using &p=1&ps=1 (page=1 , page size=1) limit volume of data flying around, , mine total value in top level of response answer.

here's example on nemo


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -