Closed
Bug 223066
Opened 21 years ago
Closed 13 years ago
Advanced email notification using queries for paging and escalations
Categories
(Bugzilla :: Email Notifications, enhancement)
Bugzilla
Email Notifications
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ludovic, Unassigned)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007
This patch implements and advanced notification system based on queries which
allows to setup paging mecanism that it especially usefull for notification:
Example of notifications:
-> P1 bugs of a user are automatically send as a notification to a mobile phone
by SMS using the email gateway of the mobile phone provider.
In order to reduce the load, only rules a a user that is in a bug a run.
Reproducible: Always
Steps to Reproduce:
Reporter | ||
Comment 1•21 years ago
|
||
Here is the code..
Comment 2•20 years ago
|
||
Could you describe a little bit more the notification rules Ludovic?
Reporter | ||
Comment 3•20 years ago
|
||
Sure.. to use notification rules, you first create a query that will match the
bugs for which the notification will apply.. Once you have these queries setup
you can assign an email address to these queries.. Any time there are
modifications to the bugs that match the query then an email will be sent to the
address specified.
This is for example very usefull if you want to be notified by pager (or SMS) of
any modification to a P1 bug.
Comment 4•20 years ago
|
||
Great, exactly what I need, although I may need to apply it against 2.17.4. Will
try. I think this is a very useful feature. Setting all/all and confirming bug
to put it on the table for consideration.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows XP → All
Hardware: PC → All
Comment 5•19 years ago
|
||
Kick all my Bugzilla bugs back to the component default owner.
Assignee: preed → email-notifications
Updated•18 years ago
|
QA Contact: mattyt-bugzilla → default-qa
Comment 6•13 years ago
|
||
This can already be achieved using the existing whining system.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•