Welcome to mirror list, hosted at ThFree Co, Russian Federation.

incidents.json « mocks « incidents « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 479b0809de31e8482a5358efa2e02c36844d7223 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[
  {
    "id": 1,
    "iid": "15",
    "title": "New: Alert",
    "createdAt": "2020-06-03T15:46:08Z",
    "assignees": {},
    "state": "opened",
    "severity": "CRITICAL",
    "escalationStatus": "TRIGGERED",
    "slaDueAt": "2020-06-04T12:46:08Z"
  },
  {
    "id": 2,
    "iid": "14",
    "title": "Create issue4",
    "createdAt": "2020-05-19T09:26:07Z",
    "assignees": {
      "nodes": [
        {
          "name": "Benjamin Braun",
          "username": "kami.hegmann",
          "avatarUrl": "https://invalid'",
          "webUrl": "https://invalid"
        }
      ]
    },
    "state": "opened",
    "severity": "HIGH",
    "escalationStatus": "ACKNOWLEDGED",
    "slaDueAt": null
  },
  {
    "id": 3,
    "iid": "13",
    "title": "Create issue3",
    "createdAt": "2020-05-19T08:53:55Z",
    "assignees": {},
    "state": "closed",
    "severity": "LOW",
    "escalationStatus": "RESOLVED"
  },
  {
    "id": 4,
    "iid": "12",
    "title": "Create issue2",
    "createdAt": "2020-05-18T17:13:35Z",
    "assignees": {},
    "state": "closed",
    "severity": "MEDIUM",
    "escalationStatus": null
  }
]