summaryrefslogtreecommitdiff
path: root/spec/frontend/incidents/mocks/incidents.json
blob: 4eab709e53fc698d39a3bab0e941526f2b3b73d6 (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
[
  {
    "iid": "15",
    "title": "New: Incident",
    "createdAt": "2020-06-03T15:46:08Z",
    "assignees": {},
    "state": "opened"
  },
  {
    "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"
  },
  {
    "iid": "13",
    "title": "Create issue3",
    "createdAt": "2020-05-19T08:53:55Z",
    "assignees": {},
    "state": "closed"
  },
  {
    "iid": "12",
    "title": "Create issue2",
    "createdAt": "2020-05-18T17:13:35Z",
    "assignees": {},
    "state": "closed"
  }
]