Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Notify non-jira user (email) about issue closed

Lasse Holm January 16, 2012

Hello,

We need to send an email to the customer (end-user) that reported the issue, when the issue is closed. The customer does not have access to Jira (Cannot log-in).

The email should only contain the issue key and a custom field describing the issue in "layman's terms".

The customer email could eg. be stored in a custom field.

We would appreciate a minimum of coding. Which plugins would you suggest that we use, and how?
(I'm not a very experience Jira administator)

7 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

2 votes
Answer accepted
Thomas Heidenreich
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.
May 28, 2012

We use the ScriptRunner plugin with the builtin "Send a custom email" script, which listens for an issue closed event, for exact the same use case.

IcM Admin
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 3, 2015

Maybe now it is easier to use post-function of type script (Script Runner groovy script) rather than relying on the listeners

1 vote
Riada
Contributor
April 27, 2013
1 vote
Lasse Holm February 1, 2012

Thank you for you answer, Amrut.

I am familiar with the Email-this-issue plugin. It lacks the most important, though. I need to send an email automatically when an issue change status to closed.
If I could set up email-this-issue plugin, so that it would send an email (email-address in a custom field of the issue) when an issue change status to closed, -then it would be perfect.

Renjith Pillai
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.
February 2, 2012

Unfortunately no.

Vera Henrichs
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 9, 2014

Do you mean no that Email-this-issue can't send emails when an issue is closed or that you can't do it without coding?

Thank you!

0 votes
Andy Brook [Plugin People]
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.
May 27, 2012

This is now possible with JEMH 1.2.x that now supports per-issue event notification for non jira users.

You could, if you wanted, provide just an ISSUE_CLOSED customized response in HTML or TEXT to a user who's email is stored in a nominated custom field, that JEMH populates if it created the email.

See editing screenshot.

0 votes
Andy Brook [Plugin People]
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.
February 2, 2012

If you just want to script something, then you will need to use Jelly, apparently it has email tags and more. Worth investigating if you want a solution but don't want to write Listeners.

Lasse Holm February 2, 2012

I have looked at the JJupin Scripting plugin

https://plugins.atlassian.com/plugin/details/43318?versionId=1041382

which seems to make this possible without having to know a lot about plugin development, how Jira works internally etc.

Lasse Holm February 15, 2012

Anyone have any experience with this plugin?

0 votes
Amrut B
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.
January 31, 2012

Hello Lasse,

There is an easier way, install a plugin: email this issue

The email Template will have to be customized as per your requirements.

I think this is what you are looking for.

Do let me know.

Amrut.

0 votes
Radek Kantor
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.
January 16, 2012

Hi,

I think that it is impossible without coding :(, the best solution will be create own notification type (like Text Custom Filed Value) where email address will be stored. Or you can use listeners on issue events (more: http://confluence.atlassian.com/display/JIRA/Listeners with MailListener example). What version of JIRA are you using?

Lasse Holm January 31, 2012

Hello,

Thank you for your answer. I was hoping for some solution involving some simple scripts only.
We are using JIRA 4.4.4

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question