At the moment I'm testing osTicket to evaluate if I should use it for our support team.
Know I wanted to know if it is possible to change the state of an existing ticket, depending on the content from an incoming mail reply to the ticket.
For example the mail subject looks like this:
RE: [0001] #released#
The Ticket would be the 0001 and because of #released# the state of the ticket should change to "resolved"
The reason for this, is the following:
- If a support ticket is a bug, we create a ticket in Jira for the development team, where we also put in the ticket number.
- if the bug is fixed, I need to inform the customer, that his problem ist fixed in the current release.
In Jira it is easy to send out an email with specific information, so I thought it would be easy to change the state of the ticket, simply by send an email to osTicket.
Another thing I thought about, if this is not working, would be to change the state directly in the database, but I don't know if this would trigger all actions in the same way it would when I change it in den Frontend.
I hope you can help me with some informations.
thank you, Miguel