reconquest / atlassian-external-hooks

External Hooks plugin for Atlassian Bitbucket
https://external-hooks.reconquest.io
Other
44 stars 37 forks source link

add stash full user name #29

Closed val0 closed 4 years ago

val0 commented 8 years ago

Please add stash user name:

    if (currentUser.getDisplayName() != null) {
        env.put("STASH_DISPLAY_NAME", currentUser.getDisplayName());
    } else {
        log.error("Can't get user full name. getDisplayName() call returns null");
    }
seletskiy commented 8 years ago

@val0: Can you make pull request, please?

seletskiy commented 4 years ago

Implemented.