Skip to content

Commit 6bcfd89

Browse files
committed
add Hasan to necessary places
1 parent 9e25809 commit 6bcfd89

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

JIRAClient.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ def create(self , indications , do = True):
8282
}
8383
label = indications.get('label',None)
8484
who = {
85-
'WorkflowTrafficController' : 'sagarwal',
86-
'UnifiedOfficer' : 'sagarwal',
85+
'WorkflowTrafficController' : 'haozturk',
86+
'UnifiedOfficer' : 'snorberg',
8787
'AgentDoc' : 'jen_a',
8888
'Late' : None
8989
}.get(label,None)

unifiedConfiguration.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"email_destination" : {
3-
3+
44
"description" : "The list of people that get the emails notifications"
55
},
66
"busy_agent_fraction" : {
@@ -132,7 +132,8 @@
132132
["sagarwal","[email protected]"],
133133
["knaskar","[email protected]"],
134134
["jen_a","[email protected]"],
135-
["wangz","[email protected]"]
135+
["wangz","[email protected]"],
136+
["haozturk","[email protected]"]
136137
]
137138
},
138139
"max_tail_priority" : {
@@ -388,7 +389,7 @@
388389
},
389390
"user_storeresults":{
390391
"description" : "The users from which we expect StoreResults requests",
391-
"value" : ["cmsunified", "sagarwal", "wangz","snorberg"]
392+
"value" : ["cmsunified", "haozturk", "sagarwal", "wangz","snorberg"]
392393
},
393394
"relval_routing":{
394395
"description" : "Set of keywords and special settings for relvals",

0 commit comments

Comments
 (0)