Updating & Closing Tickets - Outside of OTRS

English! place to talk about development, programming and coding
Post Reply
MrShinken
Znuny newbie
Posts: 78
Joined: 17 Apr 2013, 12:26
Znuny Version: 3.3.8

Updating & Closing Tickets - Outside of OTRS

Post by MrShinken »

Hi all,

we are now able to generate bills of delivery based on ticket related information. Because of the unexpected success with this tool and OTRS we want to edit and close tickets with the same tool. The key feature of this tool is, to simply finish customer tickets with a minimal amount of time and effort.

Certainly we realize this in MySQL. The question is now, do we only need to update the both tables "ticket" and "article", to close a ticket and send an email to the customer properly? Are there any other things to keep in mind here?

Sorry for those noob questions, but we need to make sure to prevent any kind of anomalies.

Thank you.
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Updating & Closing Tickets - Outside of OTRS

Post by jojo »

you have to use the API or a webservice to close the tickets. Never write directly to the database!
"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
Post Reply