New issue in filter

Dmitry Tomin June 25, 2013
Is it possible to receive an instant email notification if a new issue starts to satisfie the filter condition? My aim is to recieve the notification when somebody changes the CustomField from value "b" to "a", for instance.

4 answers

1 accepted

1 vote
Answer accepted
Christian Czaia _Decadis AG_
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.
June 26, 2013

I guess you have to think about scripting a custom listener:

https://confluence.atlassian.com/display/JIRA/Listeners

Cheers Christian

2 votes
Raju KC
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.
June 25, 2013

Subscribe the filter

Dmitry Tomin June 25, 2013
It is a not variant for me. Two reasons: 1) I'd like notification to be instant not scheduled 2) I'd like to receive only new issue that satisfie filter, not all.
Raju KC
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.
June 25, 2013

If someone edits any fields, then notification can be send. This can be achieved by modifying notification scheme.

For specific fields, you need groovy script plugin

Dmitry Tomin June 26, 2013
Thanks the answer, but in my case I need notification only in case when a specific CustomField is changed to specific value and not in the other cases. This change can occurs during creation or editing issue with no transition. Can Groovy plugin help in these circumstances?
Raju KC
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.
June 26, 2013

Editing issue with no transition : meaning not possible with groovy plugin

0 votes
Dmitry Tomin July 1, 2013

Scripting a custom listener should help: https://confluence.atlassian.com/display/JIRA/Listeners

0 votes
Dmitry Tomin July 1, 2013
Scripting a custom listener should help: https://confluence.atlassian.com/display/JIRA/Listeners

Suggest an answer

Log in or Sign up to answer