I tried to add the Table Grid custom field to the includes/fields/ folder as when adding any other custom field to a notification event, but this doesn't render the whole grid. Is there a way to get the whole table to render using the .vm file, the same way the table renders in a subscription email?
Thanks, Josh.
Joshua,
(just bumped into this question)
Check out the following faq http://wiki.idalko.com/x/vICeAQ
It details out how you can use velocity to extract the table grid in your velocity
#set ($htmlMarkup = $!moduleDescriptor.getViewHtml($!customfield, "htmlMarkup", $!issue, $!fieldLayoutItem)) <tr valign="top"> <td style="font-size:12px;white-space:nowrap;font-family:Arial,FreeSans,Helvetica,sans-serif;padding:0 10px 10px 0"> <strong style="font-weight:normal;color:#505050">${customfield}:</strong> </td> <td style="border: 1px solid #CCCCCC;padding: 2px;" width="80%" bgcolor="#f0f0f0" class="value"> $!htmlMarkup </td> </tr> <tr><td colspan="2" height="10"></td></tr>
Is it possible to only show fields for a given issue? For example, if issue - JRA-1234 has values in the grid table to only show these on the email?
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.