[SOLVED] Agent notification on customer reply

Moderator: crythias

Locked
gawkla
Znuny newbie
Posts: 69
Joined: 15 Jan 2015, 16:48
Znuny Version: 6.0.6

[SOLVED] Agent notification on customer reply

Post by gawkla »

hello Everybody.
OTRS 4.0.7
Generally speaking, I have problem with notifications sended to agents if customer attach some data to ticket via email.

I am puzzled. I don't know if I am doing something wrong, or this is normal behavior.

I want to prepare all notifications as SYSTEM actions.
I know that there is option in agent settings panel "inform me about all new messages in my tickets my queues" but I don't want this option because agent can unintentionally change settings and after this customer replies can be overlooked.

So, I tried to setup this via Notifications (events) but this not working for me...

I use action "article created" because I can't found action for customer "Follow up".

Customer response is properly processed by system, new article is created but Agent (Owner, responsible) aren't informed about activity in ticket.

If agent prepare new note to ticket via web interface - everything working.
If agent prepare new article to ticket via email - everything working.
If customer prepare new article to ticket via email - no notification send to agents.

Maybe somebody can give me directions how to debug this scenario, or share others ideas?
Last edited by gawkla on 18 May 2015, 16:40, edited 2 times in total.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Agent notification on customer reply

Post by crythias »

Agents get notifications if Agent Preference Followup Notification is yes and the ticket is locked to the agent, or the ticket is unlocked and the ticket's queue is highlighted in Agent Preferences My Queues.

An agent will not get notification of a locked ticket of which he is not Owner, Responsible, or Watcher.
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
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: Agent notification on customer reply

Post by aph »

As an admin you can set this up for an agent in the admin area under Agent Management -> Agents. Click on the username of the agent and you'll see the Edit Agent dialog, where the you can set Ticket follow up notification = yes
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
gawkla
Znuny newbie
Posts: 69
Joined: 15 Jan 2015, 16:48
Znuny Version: 6.0.6

Re: Agent notification on customer reply

Post by gawkla »

I know that I can set this (as admin). But how to prevent agents to change these settings? :)
gawkla
Znuny newbie
Posts: 69
Joined: 15 Jan 2015, 16:48
Znuny Version: 6.0.6

Re: Agent notification on customer reply

Post by gawkla »

Probably key word is "LOCKED' :) Currently I am playing with system... I will update witch results.
aph
Znuny superhero
Posts: 646
Joined: 20 Jun 2014, 12:11
Znuny Version: 3.3.9, 4.x, 5.x

Re: Agent notification on customer reply

Post by aph »

I'll let you play with the system then :lol:
gawkla wrote:I know that I can set this (as admin). But how to prevent agents to change these settings? :)
A hint: Ticket -> Frontend::Agent::XXXX
I suppose it is easy to figure out ;)
OTRS 3.3.x (private/testing) on Windows Server 2008 with MSSQL database.
OTRS 3.3.x (private/testing) on CentOS with MySQL database and apache
gawkla
Znuny newbie
Posts: 69
Joined: 15 Jan 2015, 16:48
Znuny Version: 6.0.6

Re: Agent notification on customer reply

Post by gawkla »

A hint: Ticket -> Frontend::Agent::XXXX
thanks for that.

Currently after many tries system is working almost as I want. Maybe this is trivial for advanced users, but for me this is first installation. Also my flow isn't simple. Around 10 queues, dispatchers group, internal queues, external queues. Tickets reported by emails, for some queues autoresponders, for some not. Tickets flying between queues...

During initial setup I meet many times double notifications or no-notifications send to agents. Maybe I tried to many configuration options in parallel.

Currently as I said - almost is working as I want. I will switch production traffic in next week and will look how it is working in practice :)

For me personally there is lack of "follow up" event trigger in custom notifications menu!
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Agent notification on customer reply

Post by crythias »

a followup is an article-create (by customer source?).
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
gawkla
Znuny newbie
Posts: 69
Joined: 15 Jan 2015, 16:48
Znuny Version: 6.0.6

Re: Agent notification on customer reply

Post by gawkla »

sure! Thanks for this hint!
Locked