View Issue Details

IDProjectCategoryView StatusLast Update
0006008mantisbtfeaturepublic2010-06-01 02:59
Reporterradar Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
Product Version1.0.0rc1 
Summary0006008: automatic escalation message
Description

Hello,
we believe it would be a very useful functionality to develop an automatic notification which is fired after a certain amount of time has elapsed after the status of an issue has been changed the last time.
As an example: a reporter hase created a new issue. the issue is in the "new" status. If this status is not changed after four hours, the system fires an automatic message to the owner (manager) of the project, to let him know that an update is needed.
This feature should be configurable on each of the possible issue statuses, and the amount of elapsed time should be variable form project to project (so to match possible SLA requirements).
Thank you

Tagssla

Relationships

related to 0005406 acknowledged Bug / Case report Scalability 

Activities

bmccool

bmccool

2006-07-13 03:56

reporter   ~0013096

Hi,

Did anything come of this? It would be a most useful feature.

ecaplan

ecaplan

2006-08-15 15:27

reporter   ~0013277

I'm also interested. I've been asked to custom-modify our implementation to support escalation. Suggestion: each project/severity combination would drive WHO to escalate to and the TIME elements of how escalated:

Project X, Severity Crash: After 1 hour escalate to ManagerJoe, after 4 hours escalate to DirectorSue, after 8 hours escalate to CEO_Wilma

Project X, Severity Trival: Do not escalate

PatPowerMan

PatPowerMan

2006-12-06 05:42

reporter   ~0013776

This would be very useful! And some statistics about the number of escalations in specific period too.

dlmueller

dlmueller

2007-03-12 14:15

reporter   ~0014171

We thought about implementing an automatic email notification when a new issue is created with a specific severity/priority. But the automatic escalation feature seems to me more flexible.

I don't know exactly whether or not it is possible to generate a timer triggered event with PHP. I thought the PHP code is only executed when a user requests a specific web page?!

cas

cas

2009-03-23 12:04

reporter   ~0021155

This could be created as a plugin but could also lead to high mail traffic

mansi gandhi

mansi gandhi

2009-03-23 13:26

reporter   ~0021159

Has someone found some solution to this feature.we need it.We have hierarchy maintained and so we need the escalation feature.If someone has found a good solution kindly let us know

PatPowerMan

PatPowerMan

2009-03-23 14:20

reporter   ~0021160

To be honest: We wrote our own Mail-on-specific-events-Service two years ago (one year after nothing happend to this issue...)
What we do:

  • Every 5 minutes a running service checks the new or changed issues for several different attributes (like prio, area and our own added custom fields).
  • This generates a mail to one or more recipients. Some of them like such a mail every 5 minutes, others once per halfday and others once per day.

You have to be carefull - as 'cas' already wrote - because if you generate such a high volume of mails to single recipients, it could block such an issue more then the help to solve it .-)

cas

cas

2010-06-01 02:59

reporter   ~0025647

You could check on the reminder plugin, although not entirely as requested, it may be a good start.