Hello Community,
I'm a little annoyed about the way now we have to include custom fields in batched emails.
We used to edit the issueupdate.vm and issuecreated.vm with adding the customfield.vm calling the custom fields we needed.
Now this has changed, and following this article, https://confluence.atlassian.com/adminjiraserver/customizing-email-content-batched-notifications-976770772.html
We followed this article and added
#set ($customfield = $customFieldManager.getCustomFieldObject("customfield_10005"))
#if($issue.getCustomFieldValue($customfield))
<tr>
<th>#text($customfield.name):</th>
<td class="has-icon">
$textutils.htmlEncode($issue.getCustomFieldValue($customfield), false) </td>
</tr>
#end
Then upload the jar, batched emails stop working...
any suggestions?¿
Thanks in advance
Tricky, and cerainly more harder but works:
Not sure about tweaking the underlying VM templates for batch notifications. But if you prefer to build out a standard set of digests that are configured at the admin level, we support this type of use case in Notification Assistant for Jira (web/marketplace.
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.