Skip to content

Instantly share code, notes, and snippets.

@chriscorrea
Created October 27, 2020 21:04
Show Gist options
  • Save chriscorrea/e896285b559d2162228ea6f495bad7fb to your computer and use it in GitHub Desktop.
Save chriscorrea/e896285b559d2162228ea6f495bad7fb to your computer and use it in GitHub Desktop.

Revisions

  1. chriscorrea created this gist Oct 27, 2020.
    2,870 changes: 2,870 additions & 0 deletions hz.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2870 @@
    {
    "config": {
    "view": {"continuousWidth": 400, "continuousHeight": 300, "strokeWidth": 0},
    "legend": {
    "labelFontSize": 16,
    "labelLimit": 200,
    "labelPadding": 6,
    "rowPadding": 10,
    "titleFontSize": 16
    },
    "title": {
    "anchor": "start",
    "color": "#999999",
    "font": "Cursive, sans-serif",
    "fontSize": 28,
    "subtitleColor": "#555555",
    "subtitleFontSize": 18,
    "subtitlePadding": 10
    }
    },
    "layer": [
    {
    "mark": {"type": "point", "color": "#fdae61", "filled": true, "size": 50},
    "encoding": {
    "shape": {"value": "M 0 -6 C 0 -2 -3 -3 0 0 C 0 0 3 -1 0 -6"},
    "size": {
    "type": "nominal",
    "field": "priority",
    "legend": {
    "labelFontSize": 16,
    "padding": 15,
    "rowPadding": 32,
    "symbolSize": 25,
    "title": "Priority"
    },
    "scale": {
    "domain": ["Low", "Medium", "High", "Urgent"],
    "range": [10, 30, 75, 100]
    }
    },
    "x": {"type": "ordinal", "axis": null, "field": "col"},
    "y": {"type": "ordinal", "axis": null, "field": "row"}
    },
    "height": 800,
    "selection": {
    "selector125": {
    "type": "interval",
    "bind": "scales",
    "encodings": ["x", "y"]
    }
    },
    "transform": [
    {"calculate": "ceil(datum.id/25)", "as": "row"},
    {"calculate": "datum.id - datum.row*25", "as": "col"}
    ],
    "width": 800
    },
    {
    "mark": {
    "type": "point",
    "color": "#cccccc",
    "filled": true,
    "opacity": 0.8,
    "size": 50
    },
    "encoding": {
    "color": {
    "type": "nominal",
    "field": "category",
    "legend": {
    "labelFontSize": 16,
    "padding": 15,
    "rowPadding": 32,
    "symbolSize": 100,
    "title": "Request Type"
    },
    "scale": {"range": ["#ff7f00", "#e78ac3", "#66c2a5", "#377eb8"]}
    },
    "shape": {
    "type": "nominal",
    "field": "resolution",
    "legend": {
    "labelFontSize": 16,
    "padding": 15,
    "rowPadding": 32,
    "symbolSize": 25,
    "title": "Resolution Time"
    },
    "scale": {
    "domain": ["Same Day!", "2-5 Days"],
    "range": [
    "M -1 0 L -1 3 L 1 1 L 1 0 L -1 0 M -1 4 L 1 2 L 1 4 L -1 6 L -1 4 M -1 7 L 1 5 L 1 7 L -1 7",
    "M -1 0 L -1 7 L 1 7 L 1 0 L -1 0",
    "M -1 0 L -1 3 L 1 1 L 1 0 L -1 0 M -1 4 L 1 2 L 1 4 L -1 6 L -1 4 M -1 7 L 1 5 L 1 7 L -1 7"
    ]
    }
    },
    "x": {
    "type": "ordinal",
    "axis": null,
    "field": "col",
    "title": "A year of support"
    },
    "y": {"type": "ordinal", "axis": null, "field": "row"}
    },
    "height": 800,
    "transform": [
    {"calculate": "ceil(datum.id/25)", "as": "row"},
    {"calculate": "datum.id - datum.row*25", "as": "col"}
    ],
    "width": 800
    }
    ],
    "data": {"name": "data-b05ee04905850e612a68af68b8d3de89"},
    "height": 800,
    "title": {
    "text": "Happy Birthday Hector!",
    "subtitle": "A year of support tickets: October 23, 2019 - October 23, 2020"
    },
    "width": 800,
    "$schema": "https://vega.github.io/schema/vega-lite/v4.8.1.json",
    "datasets": {
    "data-b05ee04905850e612a68af68b8d3de89": [
    {
    "id": 1,
    "priority": "High",
    "category": "G Suite Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2019-10-23T01:41:04.000+0000"
    },
    {
    "id": 2,
    "priority": "Medium",
    "category": "G Suite Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2019-10-23T18:45:59.000+0000"
    },
    {
    "id": 3,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-10-24T18:27:30.000+0000"
    },
    {
    "id": 4,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-10-30T15:39:27.000+0000"
    },
    {
    "id": 5,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-10-30T16:19:19.000+0000"
    },
    {
    "id": 6,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-11-06T21:58:34.000+0000"
    },
    {
    "id": 7,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-11-08T19:25:12.000+0000"
    },
    {
    "id": 8,
    "priority": "Medium",
    "category": "G Suite Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-11-12T18:36:00.000+0000"
    },
    {
    "id": 9,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-11-15T20:15:54.000+0000"
    },
    {
    "id": 10,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-11-22T18:40:49.000+0000"
    },
    {
    "id": 11,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-11-22T23:51:47.000+0000"
    },
    {
    "id": 12,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2019-11-25T16:16:39.000+0000"
    },
    {
    "id": 13,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-11-26T18:02:33.000+0000"
    },
    {
    "id": 14,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-12-02T20:52:32.000+0000"
    },
    {
    "id": 15,
    "priority": "High",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-12-03T00:34:01.000+0000"
    },
    {
    "id": 16,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-12-05T17:05:01.000+0000"
    },
    {
    "id": 17,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2019-12-05T17:24:51.000+0000"
    },
    {
    "id": 18,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2019-12-05T21:56:21.000+0000"
    },
    {
    "id": 19,
    "priority": "Urgent",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-12-09T14:09:44.000+0000"
    },
    {
    "id": 20,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-12-11T00:00:55.000+0000"
    },
    {
    "id": 21,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-12-11T18:15:21.000+0000"
    },
    {
    "id": 22,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-12-17T17:55:06.000+0000"
    },
    {
    "id": 23,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-12-18T18:00:52.000+0000"
    },
    {
    "id": 24,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-12-19T20:23:57.000+0000"
    },
    {
    "id": 25,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2019-12-21T00:12:38.000+0000"
    },
    {
    "id": 26,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-12-26T17:52:51.000+0000"
    },
    {
    "id": 27,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2019-12-26T18:13:30.000+0000"
    },
    {
    "id": 28,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2019-12-30T18:41:22.000+0000"
    },
    {
    "id": 29,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2019-12-30T19:45:51.000+0000"
    },
    {
    "id": 30,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2019-12-31T12:59:52.000+0000"
    },
    {
    "id": 31,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-02T19:01:55.000+0000"
    },
    {
    "id": 32,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-03T14:03:06.000+0000"
    },
    {
    "id": 33,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-03T16:16:45.000+0000"
    },
    {
    "id": 34,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-03T18:28:54.000+0000"
    },
    {
    "id": 35,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-03T20:02:21.000+0000"
    },
    {
    "id": 36,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-03T20:38:22.000+0000"
    },
    {
    "id": 37,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-04T00:35:48.000+0000"
    },
    {
    "id": 38,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-06T18:42:58.000+0000"
    },
    {
    "id": 39,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-06T21:32:39.000+0000"
    },
    {
    "id": 40,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-06T23:21:55.000+0000"
    },
    {
    "id": 41,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-07T16:25:13.000+0000"
    },
    {
    "id": 42,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-07T16:45:14.000+0000"
    },
    {
    "id": 43,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-08T18:38:27.000+0000"
    },
    {
    "id": 44,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-08T19:29:46.000+0000"
    },
    {
    "id": 45,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-08T21:25:25.000+0000"
    },
    {
    "id": 46,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-09T19:10:20.000+0000"
    },
    {
    "id": 47,
    "priority": "Urgent",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-10T15:03:39.000+0000"
    },
    {
    "id": 48,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-13T14:54:34.000+0000"
    },
    {
    "id": 49,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-13T18:13:07.000+0000"
    },
    {
    "id": 50,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-14T19:10:10.000+0000"
    },
    {
    "id": 51,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-15T14:35:00.000+0000"
    },
    {
    "id": 52,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-15T15:02:18.000+0000"
    },
    {
    "id": 53,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-21T00:24:10.000+0000"
    },
    {
    "id": 54,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-21T22:36:56.000+0000"
    },
    {
    "id": 55,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-22T14:00:17.000+0000"
    },
    {
    "id": 56,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-22T14:31:57.000+0000"
    },
    {
    "id": 57,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-22T15:14:42.000+0000"
    },
    {
    "id": 58,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-22T18:46:00.000+0000"
    },
    {
    "id": 59,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-22T20:43:45.000+0000"
    },
    {
    "id": 60,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-23T14:58:23.000+0000"
    },
    {
    "id": 61,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-23T16:47:41.000+0000"
    },
    {
    "id": 62,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-23T21:12:57.000+0000"
    },
    {
    "id": 63,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-24T20:28:20.000+0000"
    },
    {
    "id": 64,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-24T22:23:49.000+0000"
    },
    {
    "id": 65,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-24T22:55:32.000+0000"
    },
    {
    "id": 66,
    "priority": "Urgent",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-24T23:37:16.000+0000"
    },
    {
    "id": 67,
    "priority": "Low",
    "category": "G Suite Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-27T21:38:57.000+0000"
    },
    {
    "id": 68,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-28T13:37:18.000+0000"
    },
    {
    "id": 69,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-28T15:01:18.000+0000"
    },
    {
    "id": 70,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-28T16:21:50.000+0000"
    },
    {
    "id": 71,
    "priority": "Low",
    "category": "G Suite Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-28T19:54:06.000+0000"
    },
    {
    "id": 72,
    "priority": "High",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-28T21:30:22.000+0000"
    },
    {
    "id": 73,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-28T21:53:40.000+0000"
    },
    {
    "id": 74,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-29T00:12:36.000+0000"
    },
    {
    "id": 75,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-29T17:28:41.000+0000"
    },
    {
    "id": 76,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-29T18:03:00.000+0000"
    },
    {
    "id": 77,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-29T19:38:47.000+0000"
    },
    {
    "id": 78,
    "priority": "Medium",
    "category": "G Suite Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-30T18:53:28.000+0000"
    },
    {
    "id": 79,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-01-30T20:06:46.000+0000"
    },
    {
    "id": 80,
    "priority": "High",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-01-31T05:43:48.000+0000"
    },
    {
    "id": 81,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-03T16:31:19.000+0000"
    },
    {
    "id": 82,
    "priority": "High",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-03T17:16:59.000+0000"
    },
    {
    "id": 83,
    "priority": "Urgent",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-03T17:33:57.000+0000"
    },
    {
    "id": 84,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-02-03T21:36:01.000+0000"
    },
    {
    "id": 85,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-04T15:54:55.000+0000"
    },
    {
    "id": 86,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-02-04T16:26:24.000+0000"
    },
    {
    "id": 87,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-04T17:35:35.000+0000"
    },
    {
    "id": 88,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-05T01:25:01.000+0000"
    },
    {
    "id": 89,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-05T01:27:46.000+0000"
    },
    {
    "id": 90,
    "priority": "Urgent",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-06T16:39:22.000+0000"
    },
    {
    "id": 91,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-06T17:20:21.000+0000"
    },
    {
    "id": 92,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-07T18:01:41.000+0000"
    },
    {
    "id": 93,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-02-11T23:19:29.000+0000"
    },
    {
    "id": 94,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-02-11T23:19:33.000+0000"
    },
    {
    "id": 95,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-13T01:59:52.000+0000"
    },
    {
    "id": 96,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-13T02:03:01.000+0000"
    },
    {
    "id": 97,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-13T02:16:40.000+0000"
    },
    {
    "id": 98,
    "priority": "Medium",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-13T16:56:37.000+0000"
    },
    {
    "id": 99,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-13T21:14:01.000+0000"
    },
    {
    "id": 100,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-14T19:55:23.000+0000"
    },
    {
    "id": 101,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-18T19:32:01.000+0000"
    },
    {
    "id": 102,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-19T14:57:58.000+0000"
    },
    {
    "id": 103,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-19T21:22:58.000+0000"
    },
    {
    "id": 104,
    "priority": "Urgent",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-20T19:56:16.000+0000"
    },
    {
    "id": 105,
    "priority": "High",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-21T21:21:50.000+0000"
    },
    {
    "id": 106,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-25T17:29:34.000+0000"
    },
    {
    "id": 107,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-25T21:55:17.000+0000"
    },
    {
    "id": 108,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-27T18:07:38.000+0000"
    },
    {
    "id": 109,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-02-27T19:31:31.000+0000"
    },
    {
    "id": 110,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-03T01:13:56.000+0000"
    },
    {
    "id": 111,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-03T16:44:24.000+0000"
    },
    {
    "id": 112,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-03T18:08:20.000+0000"
    },
    {
    "id": 113,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-04T14:15:53.000+0000"
    },
    {
    "id": 114,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-04T20:34:34.000+0000"
    },
    {
    "id": 115,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-04T20:37:08.000+0000"
    },
    {
    "id": 116,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-04T20:50:32.000+0000"
    },
    {
    "id": 117,
    "priority": "Medium",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-05T21:22:37.000+0000"
    },
    {
    "id": 118,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-03-06T01:10:11.000+0000"
    },
    {
    "id": 119,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-03-06T01:12:15.000+0000"
    },
    {
    "id": 120,
    "priority": "Urgent",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-03-06T23:42:08.000+0000"
    },
    {
    "id": 121,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-03-07T03:42:36.000+0000"
    },
    {
    "id": 122,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-09T02:28:39.000+0000"
    },
    {
    "id": 123,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-09T16:52:44.000+0000"
    },
    {
    "id": 124,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-09T18:09:25.000+0000"
    },
    {
    "id": 125,
    "priority": "Medium",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-09T22:40:11.000+0000"
    },
    {
    "id": 126,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-03-11T16:27:02.000+0000"
    },
    {
    "id": 127,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-12T15:11:13.000+0000"
    },
    {
    "id": 128,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-12T17:51:55.000+0000"
    },
    {
    "id": 129,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-12T18:20:19.000+0000"
    },
    {
    "id": 130,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-03-12T23:35:16.000+0000"
    },
    {
    "id": 131,
    "priority": "Medium",
    "category": "G Suite Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-13T20:55:27.000+0000"
    },
    {
    "id": 132,
    "priority": "High",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-16T01:11:33.000+0000"
    },
    {
    "id": 133,
    "priority": "Low",
    "category": "G Suite Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-16T21:54:12.000+0000"
    },
    {
    "id": 134,
    "priority": "High",
    "category": "G Suite Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-17T16:39:01.000+0000"
    },
    {
    "id": 135,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-18T15:37:47.000+0000"
    },
    {
    "id": 136,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-19T17:14:12.000+0000"
    },
    {
    "id": 137,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-20T14:59:10.000+0000"
    },
    {
    "id": 138,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-20T14:59:22.000+0000"
    },
    {
    "id": 139,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-20T21:16:38.000+0000"
    },
    {
    "id": 140,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-23T22:48:30.000+0000"
    },
    {
    "id": 141,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-24T13:00:09.000+0000"
    },
    {
    "id": 142,
    "priority": "High",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-03-24T16:19:07.000+0000"
    },
    {
    "id": 143,
    "priority": "Low",
    "category": "G Suite Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-24T19:26:48.000+0000"
    },
    {
    "id": 144,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-03-24T19:28:47.000+0000"
    },
    {
    "id": 145,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-24T21:03:51.000+0000"
    },
    {
    "id": 146,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-25T14:46:17.000+0000"
    },
    {
    "id": 147,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-25T16:00:40.000+0000"
    },
    {
    "id": 148,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-25T20:22:00.000+0000"
    },
    {
    "id": 149,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-25T22:02:12.000+0000"
    },
    {
    "id": 150,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-26T10:34:51.000+0000"
    },
    {
    "id": 151,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-27T20:42:29.000+0000"
    },
    {
    "id": 152,
    "priority": "Urgent",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-30T19:25:53.000+0000"
    },
    {
    "id": 153,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-03-31T17:15:28.000+0000"
    },
    {
    "id": 154,
    "priority": "Urgent",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-02T18:44:52.000+0000"
    },
    {
    "id": 155,
    "priority": "Medium",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-02T20:20:41.000+0000"
    },
    {
    "id": 156,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-07T21:19:30.000+0000"
    },
    {
    "id": 157,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-12T20:12:14.000+0000"
    },
    {
    "id": 158,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-13T14:27:43.000+0000"
    },
    {
    "id": 159,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-14T13:30:27.000+0000"
    },
    {
    "id": 160,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-15T17:37:39.000+0000"
    },
    {
    "id": 161,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-16T04:14:26.000+0000"
    },
    {
    "id": 162,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-16T18:25:14.000+0000"
    },
    {
    "id": 163,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-17T18:45:12.000+0000"
    },
    {
    "id": 164,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-04-21T13:09:37.000+0000"
    },
    {
    "id": 165,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-21T20:32:50.000+0000"
    },
    {
    "id": 166,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-21T23:01:18.000+0000"
    },
    {
    "id": 167,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-04-21T23:42:50.000+0000"
    },
    {
    "id": 168,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-22T18:36:20.000+0000"
    },
    {
    "id": 169,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-22T18:41:27.000+0000"
    },
    {
    "id": 170,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-04-22T21:42:56.000+0000"
    },
    {
    "id": 171,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-23T16:12:06.000+0000"
    },
    {
    "id": 172,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-04-23T18:39:24.000+0000"
    },
    {
    "id": 173,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-04-23T18:42:27.000+0000"
    },
    {
    "id": 174,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-24T15:05:10.000+0000"
    },
    {
    "id": 175,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-24T16:13:04.000+0000"
    },
    {
    "id": 176,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-04-26T00:43:43.000+0000"
    },
    {
    "id": 177,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-28T16:59:47.000+0000"
    },
    {
    "id": 178,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-04-28T23:05:37.000+0000"
    },
    {
    "id": 179,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-04-28T23:08:01.000+0000"
    },
    {
    "id": 180,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-29T08:11:44.000+0000"
    },
    {
    "id": 181,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-29T18:58:57.000+0000"
    },
    {
    "id": 182,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-29T19:41:50.000+0000"
    },
    {
    "id": 183,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-04-30T00:17:55.000+0000"
    },
    {
    "id": 184,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-05-01T17:14:51.000+0000"
    },
    {
    "id": 185,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-05-04T20:38:25.000+0000"
    },
    {
    "id": 186,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-05-05T20:15:05.000+0000"
    },
    {
    "id": 187,
    "priority": "Medium",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-05-08T22:35:41.000+0000"
    },
    {
    "id": 188,
    "priority": "Medium",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-05-09T16:16:20.000+0000"
    },
    {
    "id": 189,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-05-11T15:22:32.000+0000"
    },
    {
    "id": 190,
    "priority": "Urgent",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-05-12T19:15:02.000+0000"
    },
    {
    "id": 191,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-05-13T20:28:46.000+0000"
    },
    {
    "id": 192,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-05-13T22:50:45.000+0000"
    },
    {
    "id": 193,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-05-15T18:00:51.000+0000"
    },
    {
    "id": 194,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-05-18T14:22:14.000+0000"
    },
    {
    "id": 195,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-05-18T15:12:41.000+0000"
    },
    {
    "id": 196,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-05-21T17:44:36.000+0000"
    },
    {
    "id": 197,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-05-21T23:28:21.000+0000"
    },
    {
    "id": 198,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-05-22T17:35:52.000+0000"
    },
    {
    "id": 199,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-05-25T17:38:49.000+0000"
    },
    {
    "id": 200,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-06-03T14:09:31.000+0000"
    },
    {
    "id": 201,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-06-10T02:10:20.000+0000"
    },
    {
    "id": 202,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-06-10T14:30:30.000+0000"
    },
    {
    "id": 203,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-06-15T14:09:29.000+0000"
    },
    {
    "id": 204,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-06-16T21:07:46.000+0000"
    },
    {
    "id": 205,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-06-16T21:39:17.000+0000"
    },
    {
    "id": 206,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-06-17T20:07:03.000+0000"
    },
    {
    "id": 207,
    "priority": "Medium",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-06-22T20:21:43.000+0000"
    },
    {
    "id": 208,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-06-24T16:47:25.000+0000"
    },
    {
    "id": 209,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-06-26T00:51:35.000+0000"
    },
    {
    "id": 210,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-06-26T01:03:11.000+0000"
    },
    {
    "id": 211,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-06-30T22:27:39.000+0000"
    },
    {
    "id": 212,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-07T23:11:59.000+0000"
    },
    {
    "id": 213,
    "priority": "Urgent",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-07-07T23:49:52.000+0000"
    },
    {
    "id": 214,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-08T22:53:54.000+0000"
    },
    {
    "id": 215,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-10T14:15:30.000+0000"
    },
    {
    "id": 216,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-13T18:37:06.000+0000"
    },
    {
    "id": 217,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-13T22:02:36.000+0000"
    },
    {
    "id": 218,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-14T15:33:20.000+0000"
    },
    {
    "id": 219,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-14T15:35:44.000+0000"
    },
    {
    "id": 220,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-14T17:25:30.000+0000"
    },
    {
    "id": 221,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-16T18:19:50.000+0000"
    },
    {
    "id": 222,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-20T17:37:31.000+0000"
    },
    {
    "id": 223,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-22T14:07:39.000+0000"
    },
    {
    "id": 224,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-22T19:37:32.000+0000"
    },
    {
    "id": 225,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-23T15:21:34.000+0000"
    },
    {
    "id": 226,
    "priority": "Urgent",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-07-23T22:29:23.000+0000"
    },
    {
    "id": 227,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-24T00:57:36.000+0000"
    },
    {
    "id": 228,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-24T20:03:18.000+0000"
    },
    {
    "id": 229,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-24T21:07:59.000+0000"
    },
    {
    "id": 230,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-28T18:29:25.000+0000"
    },
    {
    "id": 231,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-28T19:03:09.000+0000"
    },
    {
    "id": 232,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-28T21:45:12.000+0000"
    },
    {
    "id": 233,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-29T20:38:24.000+0000"
    },
    {
    "id": 234,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-07-30T21:46:16.000+0000"
    },
    {
    "id": 235,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-03T17:39:33.000+0000"
    },
    {
    "id": 236,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-03T18:25:59.000+0000"
    },
    {
    "id": 237,
    "priority": "High",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-04T06:00:23.000+0000"
    },
    {
    "id": 238,
    "priority": null,
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-05T17:28:01.000+0000"
    },
    {
    "id": 239,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-06T12:51:45.000+0000"
    },
    {
    "id": 240,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-06T16:43:43.000+0000"
    },
    {
    "id": 241,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-06T19:42:27.000+0000"
    },
    {
    "id": 242,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-07T00:49:11.000+0000"
    },
    {
    "id": 243,
    "priority": null,
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-07T16:45:58.000+0000"
    },
    {
    "id": 244,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-07T21:05:15.000+0000"
    },
    {
    "id": 245,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-10T12:35:03.000+0000"
    },
    {
    "id": 246,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-10T16:55:09.000+0000"
    },
    {
    "id": 247,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-10T18:49:21.000+0000"
    },
    {
    "id": 248,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-11T13:32:39.000+0000"
    },
    {
    "id": 249,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-11T16:35:49.000+0000"
    },
    {
    "id": 250,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-11T17:13:16.000+0000"
    },
    {
    "id": 251,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-11T17:25:36.000+0000"
    },
    {
    "id": 252,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-11T17:32:28.000+0000"
    },
    {
    "id": 253,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-12T13:52:22.000+0000"
    },
    {
    "id": 254,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-12T14:04:13.000+0000"
    },
    {
    "id": 255,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-12T14:09:00.000+0000"
    },
    {
    "id": 256,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-12T14:37:24.000+0000"
    },
    {
    "id": 257,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-12T14:44:08.000+0000"
    },
    {
    "id": 258,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-12T15:01:37.000+0000"
    },
    {
    "id": 259,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-12T18:47:51.000+0000"
    },
    {
    "id": 260,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-12T18:49:47.000+0000"
    },
    {
    "id": 261,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-12T19:32:26.000+0000"
    },
    {
    "id": 262,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-13T15:05:07.000+0000"
    },
    {
    "id": 263,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-13T15:46:42.000+0000"
    },
    {
    "id": 264,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-14T02:07:43.000+0000"
    },
    {
    "id": 265,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-14T19:54:24.000+0000"
    },
    {
    "id": 266,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-17T00:19:42.000+0000"
    },
    {
    "id": 267,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-17T22:45:46.000+0000"
    },
    {
    "id": 268,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-18T14:58:47.000+0000"
    },
    {
    "id": 269,
    "priority": "Urgent",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-18T16:22:47.000+0000"
    },
    {
    "id": 270,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-18T20:40:36.000+0000"
    },
    {
    "id": 271,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-19T02:12:01.000+0000"
    },
    {
    "id": 272,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-20T21:22:12.000+0000"
    },
    {
    "id": 273,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-21T15:15:24.000+0000"
    },
    {
    "id": 274,
    "priority": "High",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-21T17:07:15.000+0000"
    },
    {
    "id": 275,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-21T19:00:14.000+0000"
    },
    {
    "id": 276,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-21T23:07:49.000+0000"
    },
    {
    "id": 277,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-24T18:01:38.000+0000"
    },
    {
    "id": 278,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-24T19:24:01.000+0000"
    },
    {
    "id": 279,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-24T19:30:17.000+0000"
    },
    {
    "id": 280,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-24T22:00:37.000+0000"
    },
    {
    "id": 281,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-24T22:25:02.000+0000"
    },
    {
    "id": 282,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-24T22:29:55.000+0000"
    },
    {
    "id": 283,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-24T22:37:06.000+0000"
    },
    {
    "id": 284,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-24T23:06:17.000+0000"
    },
    {
    "id": 285,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-24T23:30:56.000+0000"
    },
    {
    "id": 286,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-25T14:38:54.000+0000"
    },
    {
    "id": 287,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-25T15:14:00.000+0000"
    },
    {
    "id": 288,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-25T16:30:16.000+0000"
    },
    {
    "id": 289,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-25T18:17:15.000+0000"
    },
    {
    "id": 290,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-25T18:21:28.000+0000"
    },
    {
    "id": 291,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-26T16:41:51.000+0000"
    },
    {
    "id": 292,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-26T17:38:38.000+0000"
    },
    {
    "id": 293,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-26T20:02:29.000+0000"
    },
    {
    "id": 294,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-27T18:01:29.000+0000"
    },
    {
    "id": 295,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-27T20:50:25.000+0000"
    },
    {
    "id": 296,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-08-28T15:05:01.000+0000"
    },
    {
    "id": 297,
    "priority": "Medium",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-29T00:50:36.000+0000"
    },
    {
    "id": 298,
    "priority": "High",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-29T03:10:46.000+0000"
    },
    {
    "id": 299,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-30T17:21:34.000+0000"
    },
    {
    "id": 300,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-30T21:05:59.000+0000"
    },
    {
    "id": 301,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-30T21:30:34.000+0000"
    },
    {
    "id": 302,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-31T19:04:23.000+0000"
    },
    {
    "id": 303,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-08-31T22:38:20.000+0000"
    },
    {
    "id": 304,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-01T18:51:37.000+0000"
    },
    {
    "id": 305,
    "priority": "Urgent",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-02T18:07:55.000+0000"
    },
    {
    "id": 306,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-02T21:25:50.000+0000"
    },
    {
    "id": 307,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-02T23:58:26.000+0000"
    },
    {
    "id": 308,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-03T00:10:00.000+0000"
    },
    {
    "id": 309,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-03T19:38:47.000+0000"
    },
    {
    "id": 310,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-04T17:54:30.000+0000"
    },
    {
    "id": 311,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-04T18:21:24.000+0000"
    },
    {
    "id": 312,
    "priority": "Urgent",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-07T16:49:05.000+0000"
    },
    {
    "id": 313,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-07T16:52:12.000+0000"
    },
    {
    "id": 314,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-08T02:23:56.000+0000"
    },
    {
    "id": 315,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-08T14:55:49.000+0000"
    },
    {
    "id": 316,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-08T16:51:02.000+0000"
    },
    {
    "id": 317,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-08T22:58:56.000+0000"
    },
    {
    "id": 318,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-08T23:33:37.000+0000"
    },
    {
    "id": 319,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-09T16:26:10.000+0000"
    },
    {
    "id": 320,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-09T21:13:26.000+0000"
    },
    {
    "id": 321,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-10T02:24:52.000+0000"
    },
    {
    "id": 322,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-10T14:55:33.000+0000"
    },
    {
    "id": 323,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-10T15:04:40.000+0000"
    },
    {
    "id": 324,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-10T18:49:28.000+0000"
    },
    {
    "id": 325,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-10T20:13:25.000+0000"
    },
    {
    "id": 326,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-10T20:53:52.000+0000"
    },
    {
    "id": 327,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-11T17:53:13.000+0000"
    },
    {
    "id": 328,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-14T17:45:38.000+0000"
    },
    {
    "id": 329,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-14T19:43:32.000+0000"
    },
    {
    "id": 330,
    "priority": "High",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-15T12:45:11.000+0000"
    },
    {
    "id": 331,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-15T18:37:36.000+0000"
    },
    {
    "id": 332,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-15T19:45:13.000+0000"
    },
    {
    "id": 333,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-16T19:39:05.000+0000"
    },
    {
    "id": 334,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-16T20:47:03.000+0000"
    },
    {
    "id": 335,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-17T12:42:18.000+0000"
    },
    {
    "id": 336,
    "priority": "Urgent",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-17T14:03:53.000+0000"
    },
    {
    "id": 337,
    "priority": "High",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-17T14:23:18.000+0000"
    },
    {
    "id": 338,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-17T14:37:42.000+0000"
    },
    {
    "id": 339,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-17T15:44:02.000+0000"
    },
    {
    "id": 340,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-17T17:19:22.000+0000"
    },
    {
    "id": 341,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-18T19:07:16.000+0000"
    },
    {
    "id": 342,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-18T20:18:05.000+0000"
    },
    {
    "id": 343,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-18T20:34:28.000+0000"
    },
    {
    "id": 344,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-21T19:19:42.000+0000"
    },
    {
    "id": 345,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-22T22:16:54.000+0000"
    },
    {
    "id": 346,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-23T13:34:15.000+0000"
    },
    {
    "id": 347,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-24T19:20:18.000+0000"
    },
    {
    "id": 348,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-25T13:34:43.000+0000"
    },
    {
    "id": 349,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-25T21:15:22.000+0000"
    },
    {
    "id": 350,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-26T00:32:18.000+0000"
    },
    {
    "id": 351,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-28T17:07:54.000+0000"
    },
    {
    "id": 352,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-28T17:14:59.000+0000"
    },
    {
    "id": 353,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-28T19:03:18.000+0000"
    },
    {
    "id": 354,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-28T20:23:17.000+0000"
    },
    {
    "id": 355,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-09-28T22:49:55.000+0000"
    },
    {
    "id": 356,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-29T15:00:08.000+0000"
    },
    {
    "id": 357,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-29T19:43:06.000+0000"
    },
    {
    "id": 358,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-30T00:42:51.000+0000"
    },
    {
    "id": 359,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-09-30T23:16:02.000+0000"
    },
    {
    "id": 360,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-02T00:39:19.000+0000"
    },
    {
    "id": 361,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-02T16:35:17.000+0000"
    },
    {
    "id": 362,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-10-02T20:43:07.000+0000"
    },
    {
    "id": 363,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-05T15:22:30.000+0000"
    },
    {
    "id": 364,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-10-05T16:54:01.000+0000"
    },
    {
    "id": 365,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-10-05T19:16:59.000+0000"
    },
    {
    "id": 366,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-06T06:01:36.000+0000"
    },
    {
    "id": 367,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-07T14:36:56.000+0000"
    },
    {
    "id": 368,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-07T15:01:18.000+0000"
    },
    {
    "id": 369,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-08T18:40:03.000+0000"
    },
    {
    "id": 370,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-10T20:12:07.000+0000"
    },
    {
    "id": 371,
    "priority": "Medium",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-12T18:46:13.000+0000"
    },
    {
    "id": 372,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-12T18:48:07.000+0000"
    },
    {
    "id": 373,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-13T20:36:48.000+0000"
    },
    {
    "id": 374,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-14T14:55:36.000+0000"
    },
    {
    "id": 375,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-14T20:27:48.000+0000"
    },
    {
    "id": 376,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-10-14T23:41:17.000+0000"
    },
    {
    "id": 377,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-14T23:42:41.000+0000"
    },
    {
    "id": 378,
    "priority": "Urgent",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-10-16T15:31:35.000+0000"
    },
    {
    "id": 379,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-16T20:36:29.000+0000"
    },
    {
    "id": 380,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-19T15:33:24.000+0000"
    },
    {
    "id": 381,
    "priority": "Medium",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-19T16:27:49.000+0000"
    },
    {
    "id": 382,
    "priority": "Urgent",
    "category": "Salesforce Issue",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-19T16:34:10.000+0000"
    },
    {
    "id": 383,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-20T18:42:35.000+0000"
    },
    {
    "id": 384,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-10-20T21:21:42.000+0000"
    },
    {
    "id": 385,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-10-22T15:34:13.000+0000"
    },
    {
    "id": 386,
    "priority": "Low",
    "category": "Record Edit/Delete",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-10-22T21:45:47.000+0000"
    },
    {
    "id": 387,
    "priority": "High",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-10-22T21:48:05.000+0000"
    },
    {
    "id": 388,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-10-23T01:45:46.000+0000"
    },
    {
    "id": 389,
    "priority": "Urgent",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-10-23T23:08:25.000+0000"
    },
    {
    "id": 390,
    "priority": "Low",
    "category": "Salesforce Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-10-24T19:47:39.000+0000"
    },
    {
    "id": 391,
    "priority": "Medium",
    "category": "Record Edit/Delete",
    "resolution": "Same Day!",
    "CreatedDate": "2020-10-26T16:11:15.000+0000"
    },
    {
    "id": 392,
    "priority": "Low",
    "category": "Reports Issue",
    "resolution": "2-5 Days",
    "CreatedDate": "2020-10-26T17:53:20.000+0000"
    }
    ]
    }
    }