My Incidents by Type

Displays the Incidents assigned to the current user, by Type.

CaseManagement-Generic pie

Details

IDmy-incidents-by-type
Widget Typepie
Data Typeincidents
From Version5.0.0
PredefinedYes

Query

-category:job and -status:archived and -status:closed and owner:"{me}"
{
    "dataType": "incidents",
    "dateRange": {
        "fromDate": "0001-01-01T00:00:00Z",
        "fromDateLicense": "0001-01-01T00:00:00Z",
        "period": {
            "by": "",
            "byFrom": "days",
            "byTo": "",
            "field": "",
            "fromValue": 7,
            "toValue": null
        },
        "toDate": "0001-01-01T00:00:00Z"
    },
    "id": "my-incidents-by-type",
    "isPredefined": true,
    "name": "My Incidents by Type",
    "params": {
        "groupBy": [
            "rawType"
        ],
        "tableColumns": [
            {
                "isDefault": true,
                "key": "id",
                "position": 0,
                "width": 110
            },
            {
                "isDefault": true,
                "key": "name",
                "position": 2,
                "width": 300
            },
            {
                "isDefault": true,
                "key": "type",
                "position": 3,
                "width": 200
            },
            {
                "isDefault": true,
                "key": "severity",
                "position": 4,
                "width": 80
            },
            {
                "isDefault": true,
                "key": "status",
                "position": 5,
                "width": 80
            },
            {
                "isDefault": true,
                "key": "owner",
                "position": 6,
                "width": 160
            },
            {
                "isDefault": true,
                "key": "roles",
                "position": 7,
                "width": 160
            },
            {
                "isDefault": true,
                "key": "playbookId",
                "position": 8,
                "width": 150
            },
            {
                "isDefault": true,
                "key": "occurred",
                "position": 9,
                "width": 200
            },
            {
                "isDefault": true,
                "key": "dueDate",
                "position": 10,
                "width": 200
            }
        ]
    },
    "query": "-category:job and -status:archived and -status:closed and owner:\"{me}\"",
    "version": -1,
    "widgetType": "pie",
    "description": "Displays the Incidents assigned to the current user, by Type.",
    "fromVersion": "5.0.0"
}