What users get Escalation emails

Moderator: crythias

Post Reply
tnieman
Znuny advanced
Posts: 103
Joined: 14 Nov 2012, 21:59
Znuny Version: 3.1.6
Real Name: Tom Nieman
Company: WorkForce Software

What users get Escalation emails

Post by tnieman »

I found this statement in an OTRS blog at http://blog.otrs.org/2011/10/17/otrs-ti ... calations/

Who will receive the notifications: all agents who have at least read permission into the queue which contains the escalated ticket, and who also have that queue selected in their My Queues dialog.

Can we change the behavior of this? Instead of Read Only permission, make it Owner permission?
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: What users get Escalation emails

Post by crythias »

otrs/Kernel/System/GenericAgent/NotifyAgentGroupOfCustomQueue.pm
  • GetSubscribedUserIDsByQueueID
  • All valid users
  • one reminder per day
Ticket.pm:
sub GetSubscribedUserIDsByQueueID
  • get all user_ids where "my queues" matches this queue
  • check if valid user and allowed ('ro' permission)
Now, can you change this? yes, change the first to check if owner, but that's not optimal - a ticket that's unassigned can escalate in space, but nobody will hear it scream.

Note that escalations should be noisy events that apply to everyone who watches the queue.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
tnieman
Znuny advanced
Posts: 103
Joined: 14 Nov 2012, 21:59
Znuny Version: 3.1.6
Real Name: Tom Nieman
Company: WorkForce Software

Re: What users get Escalation emails

Post by tnieman »

I'm not saying just send to the Owner. What I want is send to anyone who has owner permission of that ticket.


Tom
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: What users get Escalation emails

Post by crythias »

tnieman wrote:What I want is send to anyone who has owner permission of that ticket.
Only one agent has owner permission of that ticket.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
crythias
Moderator
Posts: 10169
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: What users get Escalation emails

Post by crythias »

Owner permission is who can change the owner.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Post Reply