Is it possible to get the count of issue types per severity through WEB API. Example, if I want to list the count of Critical Bugs or Major Vulnerabilities, how can we do so ?
I am only able to get the count for any one of these facets at a time.
api/issues/search?facets=types,severities&componentKeys=&facetMode=count
Thanks,
Karan
