Custom email template problem

r
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.
August 20, 2012

Hi,

in my custom email template i have this snippet

$customFieldManager.getCustomFieldObject("customfield_10609").getValue($issue).fullName

it should return the full name of user in Customfield. However, in the email delivered i dont see the name, but this snippet instead.

In the jira log there is this error reported

notificationType=Current_Assignee,eventTypeId=10070,templateId=28] WARN ServiceRunner Mail Queue Service [velocity] org.apache.velocity.runtime.exception.ReferenceException: reference : template = getEncodedBodyFromContent [line 5,column 12] : $customFieldManager.getCustomFieldObject("customfield_10609").getValue($issue).fullName is not a valid reference.

The funny thing about this problem is, that the very same template runs well on our test envirnoment, which is exact copy of our production enviroment, with the exception that the production one runs on x64 java.

Thanks for any advice and help

Rad

3 answers

1 accepted

0 votes
Answer accepted
r
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.
August 27, 2012

what did actualy help was to change the template in following way

$issue.getCustomFieldValue("customfield_10609").displayName

Thanks Teck En from Atlassian support!

 
0 votes
Jobin Kuruvilla [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.
August 22, 2012

Does the field has a value in the production environment? On the issue for which the mail is sent?

r
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.
August 23, 2012

Hello Jobin,

yes the customfield has a value.

Rad

0 votes
Andy Brook [Plugin People]
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.
August 22, 2012

My guess is that your custom Field ID's are different, which would explain the result.

r
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.
August 22, 2012

i have checked the id several times, unfortunately this is not the reason

Andy Brook [Plugin People]
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.
August 22, 2012

What is the type of your custom field? if you drop '.fullName' off the velocity reference you should get left with a type [object@13478e] or similar, if that works, it indicates that the custom field does not have the field you are expecting, perhaps a version/api change in the related plugin. If it does not work, it means the issue referred does not have the cusotm field in its context, probably.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events