Forums

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

Email templet notification changed after upgrade to Jita 7.0.10

Gilad Tsur
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 1, 2017

Hi Guys,

I'm not sure who customized the email templates here in my current company, but the upgrade to 7.0.10 broke them (Jira was 6.4.11 before).

The problem is that instead of "Components"and Äffected Versions" we are seeing the following(only the function, not the value it needs to return) in the email alerts:

> Components: $component.getString("name")
> Affects Versions: $version.getString("name")

Atlassian support replied suggestion that did not work.(see attachment below)
Can you guys tell me what went wrong or anyone seen it before?

Thanks,

image2017-1-1 14:43:12.png

#rowWrapperNormalBegin('' 'wrapper-special-margin')
<table>
        <tr>
               <td>Component: </td>
               <td>#if ($issue.components && $issue.components.size() >0)
                       #foreach ($component in $issue.components)
               $component.getString("name")#if ($velocityCount != $issue.components.size()), #end
        </td>#end
    </tr>
#end
</table>
#rowWrapperNormalEnd()

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
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 Leaders.
January 1, 2017

Not sure why getString even worked before, but try $component.getName() as the standard way to do it.

Suggest an answer

Log in or Sign up to answer