Hello,
I've enabled in Config.pm for OTRS to search TicketID in whole email which is sent to support system.
When OTRS fetched mail, it created new ticket and completly ignored this line in body message which included ticket id from previous case:
TicketID: 2011020210000104
Instead OTRS created new Ticket and didnt append the reply from customer to above ticket number.
My Config.pm for ticket id search:
<snip>
$Self->{'PostmasterFollowUpSearchInRaw'} = '1';
$Self->{'PostmasterFollowUpSearchInReferences'} = '1';
</snip>
Move incoming email to ticket id
Moderator: crythias
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Move incoming email to ticket id
It is possible that the ticket format did not match what would normally show in the subject, so if : is a #, it may overlook it.
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
Re: Move incoming email to ticket id
Thanks, that did the trick. 
