Incident Severity by Type

Common Widgets bar

Details

IDincident-severity-by-types
Widget Typebar
Data Typeincidents
From Version5.0.0
PredefinedYes

Query

-category:job and -status:archived and -status:closed
{
 "id": "incident-severity-by-types",
 "version": -1,
 "fromVersion": "5.0.0",
 "name": "Incident Severity by Type",
 "dataType": "incidents",
 "widgetType": "bar",
 "query": "-category:job and -status:archived and -status:closed",
 "isPredefined": true,
 "sort": [
  {
   "asc": true,
   "field": "severity"
  }
 ],
 "dateRange": {
  "fromDate": "0001-01-01T00:00:00Z",
  "toDate": "0001-01-01T00:00:00Z",
  "period": {
   "byTo": "",
   "byFrom": "days",
   "toValue": null,
   "fromValue": 7,
   "field": ""
  },
  "fromDateLicense": "0001-01-01T00:00:00Z"
 },
 "params": {
  "groupBy": [
   "severity",
   "rawType"
  ]
 },
 "description": ""
}