activa Posted September 7, 2015 Report Posted September 7, 2015 Hello 1 - i suggest to add the first_name and last_name to the shurtcode of tickets . 2 - add a new template email just for closing ticket rather than assign a response . something will be confusing to the clients if they have more than 2 open ticket . he will receive a closing notice of ticket but is not including any reference to the ticket in the body . normally we should describe wish ticket will be closed some think like Dear {first_name} {last_name}, This message is regarding your ticket ID #{ticket} . We are changing the status of this ticket to Closed as we have not heard back from you in 10 days . also if we move it to the template email, the response will be multi-languages , as now the response is not multi-languages and that is a pain . Blesta Addons 1 Quote
Michael Posted September 7, 2015 Report Posted September 7, 2015 You did a me ages ago to find out there was already a similar request but worded differently: See here: http://www.blesta.com/forums/index.php?/topic/1306-department-level-ticket-auto-replies/ Dev tracker: CORE-1358 Quote
Tyson Posted September 8, 2015 Report Posted September 8, 2015 1 - i suggest to add the first_name and last_name to the shurtcode of tickets . Whose first and last name? We can add the name of the person that last replied to the ticket, like the Staff Ticket Assigned template supports. However, you will need to include logic to differentiate whether the ticket was emailed in or not, as there may not be a first or last name. 2 - add a new template email just for closing ticket rather than assign a response . something will be confusing to the clients if they have more than 2 open ticket . he will receive a closing notice of ticket but is not including any reference to the ticket in the body . Closing a ticket can be done at the same time as assigning a response. Would you prefer they be sent two emails? I think you can use the Ticket Updated email template to include logic to determine whether the ticket has been closed, and set additional information, e.g. {% if ticket.status = 'closed' %} This ticket has been closed. {% else %} This ticket has been updated. {% endif %} Quote
Blesta Addons Posted September 8, 2015 Report Posted September 8, 2015 Whose first and last name? We can add the name of the person that last replied to the ticket, like the Staff Ticket Assigned template supports. However, you will need to include logic to differentiate whether the ticket was emailed in or not, as there may not be a first or last name. i think , he refer to the client first and last name . and include it in the ticket for something like Dear Tyson Dvelopper . we have recieved a ticket.....ect asuming tyson is your first name and developer is your last name Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.