File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
support/github-to-jira-synchronization Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,7 @@ def findUser(replicaUser) {
160160 ,"pat270": "patrick.yeo"
161161 ,"sergiojimcos":"sergio.jdelcoso"
162162 ,"tinycarol": "carolina.alonso"
163+ ,"victorg1991": "victor.galan"
163164 ]
164165 def usernameMapped = usernameMapping[replicaUser.username];
165166 if (usernameMapped) {
@@ -250,6 +251,7 @@ def findUser(replicaUser) {
250251 ,"pat270": "patrick.yeo"
251252 ,"sergiojimcos":"sergio.jdelcoso"
252253 ,"tinycarol": "carolina.alonso"
254+ ,"victorg1991": "victor.galan"
253255 ]
254256 def usernameMapped = usernameMapping[replicaUser.username];
255257 if (usernameMapped) {
Original file line number Diff line number Diff line change @@ -154,6 +154,7 @@ def findUser(replicaUser) {
154154 ,"pat270": "patrick.yeo"
155155 ,"sergiojimcos":"sergio.jdelcoso"
156156 ,"tinycarol": "carolina.alonso"
157+ ,"victorg1991": "victor.galan"
157158 ]
158159 def usernameMapped = usernameMapping[replicaUser.username];
159160 if (usernameMapped) {
You can’t perform that action at this time.
0 commit comments