Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to send a notification when a user adds a comment for a specific status?

Caroline Hankach
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!
November 14, 2016

This question is in reference to Atlassian Documentation: Configuring email notifications

Is it possible to send a notification when a user adds a comment for a specific status?

For example, I want to send notifications when a user add a comment while the status of the task is 'In Progress' ( when the status is to do or closed, I don't want to send notifications).

3 answers

1 vote
Tibor Hegyi _META-INF_
Atlassian Partner
November 15, 2016

Some of the emailing addons support this kind of conditional notifications as a built-in feature.

One example is Email This Issue for both JIRA Cloud and Server, see related documentation.

0 votes
Ilia Ostroumov
Contributor
March 22, 2017

Hello! For flexible notifications settings you may try to use Universal Listener add-on (https://marketplace.atlassian.com/plugins/com.ovdgroup.jira.unilistener/server/overview)

0 votes
Nic Brough -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.
November 14, 2016

Notifications go out on events, and events are generated throughout the lifecycle - they're not tied to fields directly.

You can do this, but you need to do a bit of coding.  You turn off the notification for the "issue commented" event and find/write a listener that can catch the event and embed code that says "if status = x then send email, otherwise don't".

Suggest an answer

Log in or Sign up to answer