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

Caroline Hankach 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_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
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 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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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