adding more information to email content for the filter subscription email

paries November 9, 2019

Hello , i am looking for help on how to add more information to the email i get each day for a subscription to a filter

The html email i currently get looks like:

Issue Subscription
Filter: allopenissues (4 issues)

Key              Status                          Created       Updated                 Development
VIR-38        IN PROGRESS            08/Nov/19    08/Nov/19
VIR-37        WAITING FOR INFO   06/Nov/19    07/Nov/19
VIR-27        WAITING FOR INFO   25/Oct/19    06/Nov/19
VIR-13        IN PROGRESS             25/Sep/19    05/Nov/19

i would like to add the issue summary to this email

from other posts it appears i need to edit

/WEB-INF/classes/templates/email/html/filtersubscription.vm

in this file i do not see the info above, i assume that is in
#rowWrapperNormal($issueTableHtml)

my questions 
1) is $issueTableHtml what i need to be changing to add my issue summary?

2) where is the $issueTableHtml created so i can modify it?

thanks for any help

1 answer

0 votes
Tuncay Senturk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 10, 2019

rowWrapperNormal is a macro and is located in file  /WEB-INF/classes/templates/email/macros.vm

But this macro just puts html content.

AFAIK, filter subscription sends emails using your default navigator fields preferences. But you can configure it which is well described here.

I hope I was helpful

Suggest an answer

Log in or Sign up to answer