Forums

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

notification when a custom field is updated with a value above a limit.

Jeffrey Lobo July 14, 2015

Is it at all possible to set up a notification to a group when a custom field is greater than a specific value?  We need to draw the groups attention the issues when they are updated with a value greater than a threshold.

2 answers

0 votes
Deleted user July 14, 2015

In addition to what Nic suggested, you can create a Subscription notice that runs on an interval that you like with a JQL like "Project = XYZ and CustomField > 20"


Reference: https://confluence.atlassian.com/display/JIRA/Receiving+Search+Results+via+Email

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.
July 14, 2015

No.  Events are fired on "issue has changed", not "field has changed"

The closest you can get requires you to write a listener that can pick up any event where the field may change, read it, check the value and send an additional email (although you can turn off the original notification if you want)

Suggest an answer

Log in or Sign up to answer