Transfer Ticket via PM Filter vs GenericAgent

Moderator: crythias

Locked
PriteshP23
Znuny newbie
Posts: 98
Joined: 02 Sep 2014, 23:01
Znuny Version: 4.0.9-02

Transfer Ticket via PM Filter vs GenericAgent

Post by PriteshP23 »

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.
OTRS 4.0.10-02 PostgreSQL 9.3.5
Perl 5.10.1 (linux) is used.
OS: Cent OS 6.5
hypex
Znuny newbie
Posts: 10
Joined: 14 Jul 2010, 08:19
Znuny Version: OTRS5

Re: Transfer Ticket via PM Filter vs GenericAgent

Post by hypex »

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?
New to OTRS, any help given is me guessing
Locked