Vote #71609
未完了Ticket subject update notification should be more readable
0%
説明
When changing the subject of a ticket the notification E-Mail contains e.g. this:
Subject changed from Create a Phase 3 Software Prototype for the Review to Create a Phase 3 Software Prototype
It would be much more readable if the different subjects would be quoted like this:
Subject changed from "Create a Phase 3 Software Prototype for the Review" to "Create a Phase 3 Software Prototype"
Or even restructured e.g. like this:
Subject changed from
"Create a Phase 3 Software Prototype for the Review"
to
"Create a Phase 3 Software Prototype"
journals
It would be even better if i have variables for this text string which i can use in any email template which can be configured in admin section.
E.g
<pre>
Hello ${username},
the subject has changed from ${oldSubject} to ${newSubject} .
Your Redmine support Team
</pre>
--------------------------------------------------------------------------------