Hi,
I want to display Watchers list in Email notification, could anyone can help me how to change email template to get this,
I using Watcher Field Plugin and Multi Group Picker Custom Field.
I edit mail template and add this line: $issue.getCustomFieldValue("customfield_10600") but the value display like this:
[com.atlassian.crowd.embedded.ofbiz.OfBizUser@bffb9b38, com.atlassian.crowd.embedded.ofbiz.OfBizUser@14c9a8f7, com.atlassian.crowd.embedded.ofbiz.OfBizUser@3b55a641]
I also try the flow line of code, but not get any thing:
2- $issueManager.getIssueWatchers($issue)
3- $issueManager.getIssueWatchers($issue.getId())
4- $ComponentManager.getInstance().getIssueManager().getIssueWatchers($issue)
Could you please help me how to display watchers in email!!!
Thanks in advanced.
Try this. <<UNTESTED>>
#if ($issue.getCustomFieldValue("customfield_10600")) #foreach ($user in $issue.getCustomFieldValue("customfield_10600")) $user.displayName, #end #end
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
My manager in previous company, a vocal advocate of RFT (Right First Time), would have been impressed ;)
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.