-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteams.json
75 lines (75 loc) · 1.79 KB
/
teams.json
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[
{
"name": "Development Housing Team",
"googleGroup": "development-team-staging",
"id": "2",
"reasons": [
{
"name": "Housing Reason 3",
"id": "789"
},
{
"name": "Housing Reason 4",
"id": "1011"
}
],
"landingMessage": "This is the Development Housing Team landing message",
"slaMessage": "This is the Development Housing Team SLA message"
},
{
"name": "Security Testing",
"googleGroup": "Security_Testing",
"id": "3",
"reasons": [
{
"name": "Security Reason 1",
"id": "1213"
}
],
"landingMessage": "This is the Security Testing landing message",
"slaMessage": "This is the Security Testing SLA message"
},
{
"name": "Development Housing Team",
"googleGroup": "development-team-production",
"id": "4",
"reasons": [
{
"name": "Housing Reason 3",
"id": "789"
},
{
"name": "Housing Reason 4",
"id": "1011"
}
],
"landingMessage": "This is the Development Housing Team landing message",
"slaMessage": "This is the Development Housing Team SLA message"
},
{
"name": "Repairs Contact Centre",
"googleGroup": "repairs-contact-centre-team",
"id": "5",
"reasons": [
{
"name": "Raising a repair job",
"id": "1"
}
],
"landingMessage": "Repairs Contact Centre",
"slaMessage": "Thank you. Your documents have been uploaded."
},
{
"name": "Electoral Services",
"googleGroup": "elections-team",
"id": "6",
"reasons": [
{
"name": "Registration to Vote",
"id": "1"
}
],
"landingMessage": "Electoral Services, Hackney Council",
"slaMessage": "Thank you. Your documents have been uploaded."
}
]