Forums

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

Stop notifications when story points updated

Gopal Amlekar February 14, 2016

Hi,

I would like to configure JIRA (we are using cloud) such that when the story points field is updated, it doesn't send out notifications.

I tried to create a custom event but couldn't find how to relate that custom event to the actual event of updating the estimate (story points) field.

Can give some additional help please?

1 answer

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.
February 14, 2016

You can't do this.  The event that is going out is "issue updated", which is fired on all edits.  It doesn't care what has been edited, just that the issue has changed.

If you were not on Cloud, then you would have the option of delving into the core code of JIRA to try to change that, or turning off the notification for issue updated and using an add-on to send selective updates instead (i.e. embed code that says "issue updated - check if it's just story points before sending email).

Gopal Amlekar February 14, 2016

Ok thanks for the answer Nic..

I thought that you can have anything in the custom event.

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.
February 14, 2016

You can.  An event is fired when something happens.  The event contains all the information on what just happened.  What you don't have is the ability to change the code for notifications.

Suggest an answer

Log in or Sign up to answer