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.
I have a custom field called "Affected End User" in the Create Issue screen. I wanted to add this custom field to the email notifications. This field is defined in the workflow "Create" transition when the user does not fill in this field.
I followed the Atlassian documentation on editing the email notification templates and adding a custom field to them. I created the affectedenduser.vm and added this code:
#disable_html_escaping()
#set ($customfield = $customFieldManager.getCustomFieldObject("customfield_10313"))
#if($issue.getCustomFieldValue($customfield))
<tr>
<th>#text($customfield.name):</th>
<td class="has-icon">
$textutils.htmlEncode($issue.getCustomFieldValue($customfield), false)
</td>
</tr>
#end
The email notification I received does not have the correct value for the custom field, as per this image:
I have no idea how to proceed, any help please?
Dear,
you need to go in Customer notifications there under
or
Go in Add custom rules in Automation
this will help you in do the required changes.
Hello Fahad,
What would you have me do in that section?I don't understand how that helps my issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
May be this will help you in completing your requirements
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Fahad,
Thank you for your reply.
I'm trying to solve this without the use of any additional plugins, but I appreciate your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can easily configure this type of thing using our app, Notification Assistant for Jira https://marketplace.atlassian.com/apps/1211069/notification-assistant-for-jira-email?hosting=server&tab=overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Boris,
Thank you for your reply.
I'm trying to solve this without the use of any additional plugins, but I appreciate your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We often have questions from folks using Jira Service Management about the benefits to using Premium. Check out this video to learn how you can unlock even more value in our Premium plan. &nb...
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.