Skip to content

Instantly share code, notes, and snippets.

@dbenchi
Last active July 13, 2017 09:43
Show Gist options
  • Save dbenchi/3c57fe85c4f9ebc3475a5432eddd094c to your computer and use it in GitHub Desktop.
Save dbenchi/3c57fe85c4f9ebc3475a5432eddd094c to your computer and use it in GitHub Desktop.
function jiraToGitlabUser(JIRAUser) {
// GitLabUsers = the list of GitLab users we get from the last call
return JIRAUser ? _.find(GitLabUsers, { email: JIRAUser.emailAddress }) : null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment