Hello!
I had a ticket with their support but after pointing me at one article they replied saying they don't support customization so I should ask here.
one of our support people showed us they used to have ticket status (such as open, reopened etc) in the subject of e-mail.
I tried adding
$getStatus()
To the .vm file in WEB-INF/classes/templates/email/subject
However, It's just sending that string in the e-mail. Here's an example of one of the subject files for issuecreated.vm
#disable_html_escaping()
($issue.key) $getStatus() $issue.summary
Does anyone have any ideas about this? Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.