Skip to content
Snippets Groups Projects
Commit d0af0994 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #644 from greezybacon/issue/489


Put the ticket number back in the subject line

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 59f263a2 83b1c340
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
notes: | notes: |
Notice sent to collaborators on ticket activity e.g reply or message. Notice sent to collaborators on ticket activity e.g reply or message.
subject: "Re: %{ticket.subject}" subject: |
Re: %{ticket.subject} [#%{ticket.number}]
body: | body: |
<h3><strong>Dear %{recipient.name.first},</strong></h3> <h3><strong>Dear %{recipient.name.first},</strong></h3>
<div> <div>
......
...@@ -12,7 +12,7 @@ notes: | ...@@ -12,7 +12,7 @@ notes: |
Available variables for replacement: %{ticket.*}, %{response} Available variables for replacement: %{ticket.*}, %{response}
subject: | subject: |
Support Ticket Opened Re: %{ticket.subject} [#%{ticket.number}]
body: | body: |
<h3><strong>Dear %{recipient.name.first},</strong></h3> <h3><strong>Dear %{recipient.name.first},</strong></h3>
A request for support has been created and assigned ticket <a A request for support has been created and assigned ticket <a
......
...@@ -8,7 +8,7 @@ notes: | ...@@ -8,7 +8,7 @@ notes: |
Sent to a user when a new ticket is created Sent to a user when a new ticket is created
subject: | subject: |
Support Ticket Opened Support Ticket Opened [#%{ticket.number}]
body: | body: |
<h3><strong>Dear %{recipient.name.first},</strong></h3> <h3><strong>Dear %{recipient.name.first},</strong></h3>
Our customer care team has created a ticket, Our customer care team has created a ticket,
...@@ -16,7 +16,7 @@ body: | ...@@ -16,7 +16,7 @@ body: |
with the following details and summary: <br> with the following details and summary: <br>
<br> <br>
Subject: <strong>%{ticket.subject}</strong><br> Subject: <strong>%{ticket.subject}</strong><br>
Submitted:<strong> <strong>%{ticket.create_date}</strong></strong> Submitted: <strong>%{ticket.create_date}</strong>
<br> <br>
<br> <br>
%{message} %{message}
......
...@@ -10,7 +10,7 @@ notes: | ...@@ -10,7 +10,7 @@ notes: |
This is most commonly performed when user's call in on the phone. This is most commonly performed when user's call in on the phone.
subject: | subject: |
%{ticket.subject} %{ticket.subject} [#%{ticket.number}]
body: | body: |
<h3><strong>Dear %{recipient.name.first},</strong></h3> <h3><strong>Dear %{recipient.name.first},</strong></h3>
Our customer care team has created a ticket, <a Our customer care team has created a ticket, <a
......
...@@ -9,7 +9,8 @@ notes: | ...@@ -9,7 +9,8 @@ notes: |
Sent to users when a staff members makes a reply to their ticket. Sent to users when a staff members makes a reply to their ticket.
Replies are only generated by staff members. Replies are only generated by staff members.
subject: "Re: %{ticket.subject}" subject: |
Re: %{ticket.subject} [#%{ticket.number}]
body: | body: |
<h3><strong>Dear %{recipient.name},</strong></h3> <h3><strong>Dear %{recipient.name},</strong></h3>
%{response} %{response}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment