Hi all,
I am trying to customize my email templates, and the one thing I would like to add would be to show who is watching an issue.
Currently we have a JIRA created via email, and the user will CC other people. The people then reply-all and a new issue is created, and on and on.
If there was a way I could show who all was a watcher on the ticket then I believe I could train them to reply only to the JIRA email and not the original one.
We use html format for email and unfortunately $JIRA_INSTALL/atlassian-jira/WEB-INF/classes/templates/email/html/includes/fields does not have a watchers.vm
I tried to add this:
#set ($allWatchers = $watcherManager.getCurrentWatcherUsernames($issue))
#foreach ($aWatcherUsername in $allWatchers)
#set ($applicationUser = $userManager.getUserByName($aWatcherUsername))
- watcher userName: $aWatcherUsername , email = $applicationUser.getEmailAddress(),displayName = $applicationUser.getDisplayName()
#end
and I do not get anything.
Thanks!
Robert
I wish someone could point me where to look on this, I may ask support....
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.