Hi,
A third party service desk system sends new ticket notification Email to our OTRS System which the Email includes a ticket no. in the subject,
I already setup a postmaster filter to open a new ticket according to these Emails received from the third party system and assign those to a certain queue in our OTRS system for tracking,
When the ticket is closed in the third party system, a ticket closure Email is received with the ticket no. and the word "Closed" in the ticket subject and body,
Is there a way to setup a postmaster filter to close the perspective ticket in the OTRS system?
Thanks
Auto close tickets based on postmaster filter
Moderator: crythias
-
- Znuny newbie
- Posts: 9
- Joined: 12 Jun 2014, 14:08
- Znuny Version: 3.3.6
- Real Name: Diya Saadeh
- Company: AIG
Auto close tickets based on postmaster filter
OTRS 3.3.x on Windows with MS SQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Please edit your signature to include your OTRS version, Operating System, and database type.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Auto close tickets based on postmaster filter
At first blush, this sounds like System Monitoring, but you can set X-OTRS-FollowUp-State closed successfully
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: Auto close tickets based on postmaster filter
in OTRS 3.3 you can use the external ticketnumber recognition settings (Core::Postmaster) to have the answer attached to the correct ticket.
You might use additional postmaster filter to close the ticket or if this won't work an event based Generic Agent
You might use additional postmaster filter to close the ticket or if this won't work an event based Generic Agent
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 9
- Joined: 12 Jun 2014, 14:08
- Znuny Version: 3.3.6
- Real Name: Diya Saadeh
- Company: AIG
Re: Auto close tickets based on postmaster filter
yep was resolved using ticket recognition 1 and 2 (in combination with postmaster filters):
1- first created a dynamic field to store the external ticket number call it externnumber
ticket -> Core::PostMaster
2- configure PostMaster::PreFilterModule###000-ExternalTicketNumberRecognition1
to match for initial new ticket email and store xxxxx external ticket number in dynamic field with state types open, new
3- and PostMaster::PreFilterModule###000-ExternalTicketNumberRecognition2
to match for close ticket and store xxxxx external ticket number with state types open,new (to make sure closure email does not create a new ticket)
4- create postmaster filter to change status to closed successfully for "X-OTRS-State" and "X-OTRS-FollowUp-State" for the subject of closer email
1- first created a dynamic field to store the external ticket number call it externnumber
ticket -> Core::PostMaster
2- configure PostMaster::PreFilterModule###000-ExternalTicketNumberRecognition1
to match for initial new ticket email and store xxxxx external ticket number in dynamic field with state types open, new
3- and PostMaster::PreFilterModule###000-ExternalTicketNumberRecognition2
to match for close ticket and store xxxxx external ticket number with state types open,new (to make sure closure email does not create a new ticket)
4- create postmaster filter to change status to closed successfully for "X-OTRS-State" and "X-OTRS-FollowUp-State" for the subject of closer email
OTRS 3.3.x on Windows with MS SQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Please edit your signature to include your OTRS version, Operating System, and database type.
Otrs close ticket via email...?
Hi ,
Can you please anyone explain how to close the otrs tickets via email.
Otrs Version: 3.3.8
Thanks
Gopi
Can you please anyone explain how to close the otrs tickets via email.
Otrs Version: 3.3.8
Thanks
Gopi