I need all the tickets to be moved from all the queues to one certain queue after the followup is received.
How can I do it with Postmaster Filtering?
Is there any other way to do it?
email Filter
Moderator: crythias
email Filter
OTRS 2.4.7 on CentOS 5.5 with MySQL 5.0.77, Apache2
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: email Filter
Well, you could do that with a PostmasterFilter ...
Match:
Subject *Ticket#[*
Set:
X-OTRS-FollowUp-Queue Queuename::SubQueuename::SubSubQueuename
(Test it first)
Queues are designed to have security, separation, designation, and organization. You'll lose all that by moving the separated tickets into one big pile.
Match:
Subject *Ticket#[*
Set:
X-OTRS-FollowUp-Queue Queuename::SubQueuename::SubSubQueuename
(Test it first)
Queues are designed to have security, separation, designation, and organization. You'll lose all that by moving the separated tickets into one big pile.
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
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