Notify administrator when a new user signed up

Tam Nguyen
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.
July 17, 2012

Hey,

Is there any way to notify JIRA administrator or send a notification email when a new user signed up?

Does anyone know any plugin can do that?

Cheers,

Tam

2 answers

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
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.
July 17, 2012

Tam,

You will have to write a listener that captures the UserEvent and send the notification yourself. As per current behavior, only the user will get a welcome mail.

http://docs.atlassian.com/jira/latest/com/atlassian/jira/event/user/UserEvent.html

Tam Nguyen
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.
July 18, 2012

Thanks Jobin.

0 votes
Ramiro Pointis
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.
July 17, 2012

I'm not sure but there's a free plugin, Script Runner, that has an option to send mail when an event is captured. Maybe this could be other option.

Tam Nguyen
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.
July 18, 2012

Thanks Ramiro, i'll consider writing a listener or using Script Runner.

Suggest an answer

Log in or Sign up to answer