You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.