Not able to retrieve JIRA assignee in filtersubscription.vm file

Tukaram Bhukya [L&T INFOTECH] July 22, 2014

Please help me , i'm using jira 6.1.5 version

I try to retrieve issue assignee and reporter users in filtersubscription.vm file but its not retrieving

i'm using below commands to retrieve values

#set ($assign=$issue.getAssigneeUser().getDisplayName())
$assign

#set ($repot=$!issue.reporterUser.fullName)
$repot

1 answer

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.
July 22, 2014

try

#set ($assign=$issue.getAssignee().getDisplayName())

Tukaram Bhukya [L&T INFOTECH] July 22, 2014

Thanks for reply.

It didn't work , please any alternate solution

Tukaram Bhukya [L&T INFOTECH] July 22, 2014

please find attached file

Tukaram Bhukya [L&T INFOTECH] July 22, 2014

Please help me in this here is end user sent attached sample email template.

They are expecting email as mentioned in attached template .

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.
July 22, 2014

I don't see any attached file. Not sure why the above code doesn't work because it should work as per the APIs. Did you restart to make sure the updated template is loaded?

Tukaram Bhukya [L&T INFOTECH] July 22, 2014

i restarted but it didn't work

Suggest an answer

Log in or Sign up to answer