#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
This is so old I'm not even sure how to answer this any longer. We are not on Jira 9
We just informed out users and removed it :)
We are now on 8.20 DC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.