stash user name and git config user name with stash API

anil kumar April 27, 2014

Hi All,

I created two users(user1,user2) with admin. I created repository and shared it to two users.

Now I cloned for user1 and user2 seperately(with seperate folders).

for user1:

in this repository I changed something and pushed to server. I got to know that it pushed with admin@example.com.

So, I ran the below commands in git

git config user.name "user1"

git config user.email "user1@example.com".

similarly I did for user2:

But how to get the user1 email with stash API.??

Thanks&Regards

Anil Kumar

3 answers

1 accepted

0 votes
Answer accepted
anil kumar April 27, 2014

I tried but not able to implement Person properly with Stash User.

So I found the solution which worked for me in this.

https://answers.atlassian.com/questions/13894/how-to-get-a-users-email-address

Thanks

Anil

0 votes
Balázs Szakmáry
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 29, 2014

Changeset.getAuthor().getEmailAddress() gets you the mail address that was given by the user at the time of pushing.

0 votes
Balázs Szakmáry
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 27, 2014

Person (and StashUser, which inherits it) has a getEmailAddress method.

anil kumar April 28, 2014

But

with local machine If I did with this

1) $git config user.email "user1@example.com"

In this case how can I get the git configured email with stash API.

Thanks in advance

Anil

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events