Replies should not create new tickets

Moderator: crythias

Locked
dontknownothing85
Znuny newbie
Posts: 3
Joined: 15 Oct 2010, 07:56
Znuny Version: 2.4.7

Replies should not create new tickets

Post by dontknownothing85 »

Hi,

I tried searching but didn't get much info. So basically what I want to do is that whenever a user replies to the earlier mail the OTRS should not create a new ticket. Is anything like this possible?

I have also tried to configure auto responses so that the user can be notified that a ticket has been created but it doesn't seem to work :( I have created auto responses and tied those responses to the respective queues. Is there anything that I am missing?

Thanks.
Using OTRS 2.4.7, Ubuntu (Server Edition) 10.04, MySQL 5.1.41 :) :D
Wolfgangf
Znuny ninja
Posts: 1029
Joined: 13 Apr 2009, 12:26
Znuny Version: 6.0.13
Real Name: Wolfgang Fürtbauer
Company: PBS Logitek GmbH
Location: Pinsdorf

Re: Replies should not create new tickets

Post by Wolfgangf »

Well there are serveral options / things to consider

OTRS relies on some information for assigning replies as socalled Follow-ups
- Subject [Ticket #: xyc]
- Mail header information and some sysconfig

with the correct subject, follow ups are just working fine; so one way you want to make sure
that mail to users containt the correct subject (eg with ticket #) is to use the "E-Mail ticket" function of OTRS

the other option is, if the mail the user is replying to contains some information about the ticket in the mail body or header
you might want to change the following settings:

Sysconfig -> Ticket -> Core::PostMaster
PostmasterFollowUpSearchInReferences: yes
PostmasterFollowUpSearchInBody: yes
Produktiv:
OTRS 6.0.13/ ITSM 6.0.13
OS: SUSE Linux (SLES 12, Leap), MySql 5.5.x, 5.6.x
Windows 2012 AD Integration (agents and customers), Nagios integration (incidents, CMDB), Survey, TimeAccounting
Locked