How to auto close a ticket after an email reply?

Moderator: crythias

Locked
Sophy978
Znuny newbie
Posts: 83
Joined: 06 Jul 2012, 22:01
Znuny Version: 3.1.5
Real Name: Sophy

How to auto close a ticket after an email reply?

Post by Sophy978 »

Hello, is there a way to automatically close a ticket based on email reply? I only want to this for certain tickets so I would think I need to create another ticket state, example state = order. If a ticket is set to state = order, if there is an email reply to the ticket, automatically close the ticket. What is the best way to accomplish this?

Any help greatly appreciated. Thanks.

-Sophy
crythias
Moderator
Posts: 10170
Joined: 04 May 2010, 18:38
Znuny Version: 5.0.x
Location: SouthWest Florida, USA
Contact:

Re: How to auto close a ticket after an email reply?

Post by crythias »

PostMasterFilter
Match ... something
Set otrs followupstate closed.
For instance, you could send the thing with the reply *from* a specific email address (otrs-close@domain?) and match that upon reply.
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
Sophy978
Znuny newbie
Posts: 83
Joined: 06 Jul 2012, 22:01
Znuny Version: 3.1.5
Real Name: Sophy

Re: How to auto close a ticket after an email reply?

Post by Sophy978 »

Yes I think that should do it, thanks! :)
Locked