open ticket after replying to email

HDesk0923 April 28, 2014

I currently have this setup to create new tickets when an email is received, but if I choose to close the ticket we would like the ticket to reopen when their is a response.

Is that possible?

1 answer

0 votes
Fabio Racobaldo _Herzum_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 28, 2014

Hello,

technically yes, there're two ways to do that :

A) you could do that by using a custom mail hanlder. Currently, the default mail handler allows to create and/or comment an issue. A custom mail hanlder should use the issue key in the subject, check if it is a closed issue and reopen it, and comment issue at the same time.

B) You could implement a custom listener that, on event issue commented, will reopen the issue if it is a closed status.

Hope this helps,

Fabio

Suggest an answer

Log in or Sign up to answer