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
How to auto close a ticket after an email reply?
Moderator: 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?
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.
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
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: How to auto close a ticket after an email reply?
Yes I think that should do it, thanks! 
