Hello,
There is one Queue "Waiting" in which agents do transfer tickets manually.
I need to set up the filter if there is a word "urgent" in beginning of first mail, it should be transfered in Queue "Urgent" via Filter / GenericAgent.
I need to apply it only for tickets in Waiting Queue.
I tried Filter and GenericAgent without success.
Thanks for any input.
Transfer Ticket via PM Filter vs GenericAgent
Moderator: crythias
-
- Znuny newbie
- Posts: 98
- Joined: 02 Sep 2014, 23:01
- Znuny Version: 4.0.9-02
Transfer Ticket via PM Filter vs GenericAgent
OTRS 4.0.10-02 PostgreSQL 9.3.5
Perl 5.10.1 (linux) is used.
OS: Cent OS 6.5
Perl 5.10.1 (linux) is used.
OS: Cent OS 6.5
Re: Transfer Ticket via PM Filter vs GenericAgent
If you are manually moving a ticket from default queue into 'Waiting' could you use the GenericAgent
Event Based Execution
Add Event Trigger Ticket = TicketQueueUpdate
Select Tickets
Text= *urgent*
Queue ="Waiting"
Update/Add Ticket Attributes
Set new queue: "Urgent"
or something along those lines?
Event Based Execution
Add Event Trigger Ticket = TicketQueueUpdate
Select Tickets
Text= *urgent*
Queue ="Waiting"
Update/Add Ticket Attributes
Set new queue: "Urgent"
or something along those lines?
New to OTRS, any help given is me guessing