You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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.
I have multiple projects that use variations of the same base workflow. The variations depend on the requirements of the project or issue type. The variations mostly come in the form of new statuses ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.