Move incoming email to ticket id

Moderator: crythias

Locked
iztok
Znuny newbie
Posts: 83
Joined: 06 Jan 2011, 14:28
Znuny Version: 3

Move incoming email to ticket id

Post by iztok »

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>
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

Post by crythias »

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
iztok
Znuny newbie
Posts: 83
Joined: 06 Jan 2011, 14:28
Znuny Version: 3

Re: Move incoming email to ticket id

Post by iztok »

Thanks, that did the trick. :)
Locked