Ticket update from email Error???

Moderator: crythias

Locked
kalyana1315
Znuny expert
Posts: 171
Joined: 24 Apr 2013, 12:29
Znuny Version: OTRS3.3
Real Name: kalyanachakravarthy M P
Company: TATA Technologies
Location: Pune,India
Contact:

Ticket update from email Error???

Post by kalyana1315 »

HI

Customer ticket update(email Reply ) from email it creating new ticket????

we are using Ticket number format previews DateChecksum , currently Ticket number format changed autoincrement.
which are ticket DateChecksum number that one email ticket update not working
auto-increment ticket numbers tickets Customer email ticket update working fine
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Ticket update from email Error???

Post by crythias »

No need to cross post ...

But, changing the ticket numbering system means that email replies to open tickets under the old ticket numbering system will show up as new because the numbering system doesn't detect anything but the chosen numbering system.
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
kalyana1315
Znuny expert
Posts: 171
Joined: 24 Apr 2013, 12:29
Znuny Version: OTRS3.3
Real Name: kalyanachakravarthy M P
Company: TATA Technologies
Location: Pune,India
Contact:

Re: Ticket update from email Error???

Post by kalyana1315 »

crythias wrote:No need to cross post ...

But, changing the ticket numbering system means that email replies to open tickets under the old ticket numbering system will show up as new because the numbering system doesn't detect anything but the chosen numbering system.

Thank you crythia,

now changed Core::Post Master
PostmasterFollowUpSearchInBody -yes


i am try code for how to mach ticket number (any format ticket number) if customer email in subject ticket number that will be update ticket.
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: Ticket update from email Error???

Post by crythias »

kalyana1315 wrote:now changed Core::Post Master
PostmasterFollowUpSearchInBody -yes
this will only help if the ticket number is now in the body. A customer doesn't have a new ticket number unless she replies to a ticket with a new ticket number...
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
kalyana1315
Znuny expert
Posts: 171
Joined: 24 Apr 2013, 12:29
Znuny Version: OTRS3.3
Real Name: kalyanachakravarthy M P
Company: TATA Technologies
Location: Pune,India
Contact:

Re: Ticket update from email Error???

Post by kalyana1315 »

crythias wrote:
kalyana1315 wrote:now changed Core::Post Master
PostmasterFollowUpSearchInBody -yes
this will only help if the ticket number is now in the body. A customer doesn't have a new ticket number unless she replies to a ticket with a new ticket number...
hi crythias,

our customer email body ticket number having current my problem solved.

i am try all format ticket number based on subject

once again thank you crythias.
Locked