Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade from 6.4 to 7.2 and velocity template stopped working

Kevin Dalton
Contributor
May 1, 2017

#disable_html_escaping()
#if ($issue.components && $issue.components.size() >0)
<tr>
<th>#text("common.concepts.components"):</th>
<td>
#foreach ($component in $issue.components)
$component.getString("name")#if ($velocityCount != $issue.components.size()), #end
#end
</td>
</tr>
#end

 

The above use to show all the component/s on an issue in the notification email.  Now all it shows is 

Components:
$component.getString('name'), $component.getString('name')

 

Instead of

Components: JIRA , OTS

1 answer

0 votes
Craig Nodwell
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
August 22, 2022

This is so old I'm not even sure how to answer this any longer.  We are not on Jira 9

Kevin Dalton
Contributor
November 2, 2022

We just informed out users and removed it :)

We are now on 8.20 DC

Suggest an answer

Log in or Sign up to answer