How can I get a grid from Table Grid Editor to display in an email notification event?

Joshua Geraedts September 9, 2014

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.

1 answer

0 votes
francis
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
November 15, 2014

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>
c January 23, 2015

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?

francis
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
January 23, 2015

Can you elaborate. Do you want to only show the grid a mail.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events