How to parse the content of velocity template (.vm file) ?

KRITI KUMARI March 3, 2015

Hello All ,

I am able to send email using .vm file  on create issue event in JIRA . The email body contains the contents of the .vm file. But the Whole content of .vm file  is encoded into email body . Only html part which is present in the .vm file is encoded properly into the email body.

E.g the contents of  emailTemplate.vm file is

<p></p>
##parse("templates/email/html/includes/emailconstants.vm")
##parse("templates/email/html/includes/Header.vm")<table>

Above these lines are not parsed into the email body . Can anyone help me how to parse these lines in JIRA plugin ?

Thanks & Regards

Kriti Kumari

 

 

1 answer

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 3, 2015

If the "whole content" of a .vm file is arriving in the email body, then the most likely problem is that there is an error in the .vm that stops the system recognising that the following text is velocity.

You probably need to go over the file to find and correct it.

Suggest an answer

Log in or Sign up to answer