debian-mirror-gitlab/spec/frontend/incidents/mocks/incidents.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

54 lines
1.1 KiB
JSON
Raw Normal View History

2020-10-24 23:57:45 +05:30
[
{
2022-04-04 11:22:00 +05:30
"id": 1,
2020-10-24 23:57:45 +05:30
"iid": "15",
2021-04-17 20:07:23 +05:30
"title": "New: Alert",
2020-10-24 23:57:45 +05:30
"createdAt": "2020-06-03T15:46:08Z",
"assignees": {},
2020-11-24 15:15:51 +05:30
"state": "opened",
2021-01-03 14:25:43 +05:30
"severity": "CRITICAL",
2022-05-07 20:08:51 +05:30
"escalationStatus": "TRIGGERED",
2021-01-03 14:25:43 +05:30
"slaDueAt": "2020-06-04T12:46:08Z"
2020-10-24 23:57:45 +05:30
},
{
2022-04-04 11:22:00 +05:30
"id": 2,
2020-10-24 23:57:45 +05:30
"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"
}
]
},
2020-11-24 15:15:51 +05:30
"state": "opened",
2021-01-03 14:25:43 +05:30
"severity": "HIGH",
2022-05-07 20:08:51 +05:30
"escalationStatus": "ACKNOWLEDGED",
2021-01-03 14:25:43 +05:30
"slaDueAt": null
2020-10-24 23:57:45 +05:30
},
{
2022-04-04 11:22:00 +05:30
"id": 3,
2020-10-24 23:57:45 +05:30
"iid": "13",
"title": "Create issue3",
"createdAt": "2020-05-19T08:53:55Z",
"assignees": {},
2020-11-24 15:15:51 +05:30
"state": "closed",
2022-05-07 20:08:51 +05:30
"severity": "LOW",
"escalationStatus": "RESOLVED"
2020-10-24 23:57:45 +05:30
},
{
2022-04-04 11:22:00 +05:30
"id": 4,
2020-10-24 23:57:45 +05:30
"iid": "12",
"title": "Create issue2",
"createdAt": "2020-05-18T17:13:35Z",
"assignees": {},
2020-11-24 15:15:51 +05:30
"state": "closed",
2022-05-07 20:08:51 +05:30
"severity": "MEDIUM",
"escalationStatus": null
2020-10-24 23:57:45 +05:30
}
]