Re: Need help to customize Jira Notification e mails

[email protected] Thu, 30 Jun 2011 15:24:28 CDT
Newsgroups gmane.comp.java.jira.user
Message-ID <25210335.545381309465499021.JavaMail.j2ee_forums.atlassian.com@atlassian12.managed.contegix.com>
That block of code is pretty easy, it renders the components - the $issue.components is a call back into Jira to look at the java object that is the issue.  It will be null if there are no components, so there's an "if something here" block.  Components is a list, so the #foreach goes through it a line at a time, getting the value and extracting the string to be displayed.  the last bit (the $velocityCount) separates them with commas.

>what i have to do if i want to add custom fields info in the e maiil notificaiton?
Follow the instructions in the documentation.  They're much better than anything I could write up.  You said earlier that you'd looked at them (I'm assuming it was http://confluence.atlassian.com/display/JIRA/Adding+Custom+Fields+to+Email )
--
Post by broughn2 - online at:
http://forums.atlassian.com/thread.jspa?forumID=46&threadID=55079
_______________________________________________
Jira-user mailing list
[email protected]
To unsubscribe or change your options visit this page:
http://lists.atlassian.com/mailman/listinfo/jira-user