Skip to content

Commit 629064b

Browse files
docs(gh-jira-sync): update exalate scripts to add Victor
1 parent 98471eb commit 629064b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

support/github-to-jira-synchronization/clay.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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) {

support/github-to-jira-synchronization/liferay-frontend-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)