Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×#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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.