For example this api:
api/issues/search?componentRoots=Aston-CAIMAN-Microservices&types=BUG&resolved=false&severities=MAJOR,CRITICAL&ps=1&facets=severities
Gives me count of major,critical and blocker bugs but i want the historical date wise data lets say in my last 12 execution of sonarqube in particular date so and so count was present.
In there any API available for that? i know an api “api/measures/search_history?component=svc-axis-facade-aws&metrics=code_smells,coverage,ncloc&ps=5” which gives historical data but only for coverage,ncloc etc but not for severity. Please help.