Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

Table of Contents

Summary

Jira Service Management provides a customer satisfaction feedback system that allows agents to know the opinion of their customers. JEMHCloud's email notification integrates the same Service project feedback system.  Some of the JEMHCloud improvements around feedback:

...

You can select any template theme (Jira, Generic, Service Desk, or Service Desk 2)  when showing the 1 to 5 stars form in emails.

...

You can customize the templates making the 1 to 5 stars form look different.

...

Advantages of using JEMHCloud’s integration include:

  • Customizable templates to make the feedback form look different

  • Customizable landing page where the customer provides an extra feedback comment.

  • Email-only users are allowed to set feedback, not only JSM customers.customer users

How to enable the feedback form in email notifications

...

This feature requires an email notification mapping

...

  1. Go to

...

  1. JEMHCloud > Notifications > Notification Mappings > Email and edit a mapping

  2. Go to the Customer Satisfaction Feedback and enable the feature

    Image Modified
  3. Save the notification mapping. You can confirm the feature is enabled by checking the status:

    Image Modified

Basic At this point, basic customer feedback is now enabled. Now, JEMHCloud notifications will show the feedback form when the Service request has been resolved:

...

When the user clicks on a star, he/she they will be redirected to the feedback web - form when where an extra comment can be provided:

...

Once the comment has been added, you can see the confirmation and the comment in the JSM request. You can also use Jira Service Management's reports to see your project's overall feedback.

...

...

Note

If your email notification mapping

...

uses custom template sets,

...

make sure those templates and their

...

unique theme

...

are up to date with the latest system template sets and themes. You

...

'll want to incorporate the updates from the new system templates.

...

...

Note

...

The feedback form is customized for each email recipient. When you activate and show the form

...

,

...

JEMHCloud ensures that distinct emails are sent to every recipient. Just keep in mind, this method uses up extra usage messages and data.

Expected flow

Info

Once the issue has been resolved, a notification will be sent which includes the customer feedback. After the recipients provide feedback, the issue will be updated accordingly and no notifications will be sent. Please note the following points:

  • If commenting on the resolved issue, notifications (type - created a comment) will be sent without customer feedback.

  • If making any changes (e.g. change assignee/priority etc) or changes with the comments will produce the notifications (type - issue updated) which will include customer feedback.

In order to make any changes and send the notifications without including customer feedback, issue status needs to be changed to any other than Resolved/Completed.

...

First, you need to create a custom Theme and Template Sets by copying one of the existing Themes. Follow this guide to create your own theme.

Once you create your own theme:

  1. Go to

...

  1. JEMHCloud > Notifications > Themes > Edit

  2. Go to the Macros editor and search for the #renderCustomerSatisfaction macro

  3. Change the macro for the #renderCustomerSatisfaction you can find below this article:

...

  1. Image Added
  2. Go to the Styles tab and edit the .jsd-customer-satisfaction .jsd-srf-star style class and change with the style found below in this article.

...

  1. Image Added
  2. Save the theme and go to

...

  1. Notification > Email Notification

...

  1. Mappings > Edit and change the template set for the notifications. 

...

  1. Image Added

Then, the notification the customer receive will have a different feedback form:

...

...

Code Block
languagexml
#macro(renderCustomerSatisfaction)
#if ( $jemhCustomerSatisfactionManager.shouldShowCustomerSatisfactionQuestion($context))
    $jemhUtils.setFieldRendered()
    <div class="jsd-customer-satisfaction">
        <ul>
         #foreach($i in [$jemhCustomerSatisfactionManager.minRating .. $jemhCustomerSatisfactionManager.maxRating])
         <li>
            <a href="$jemhCustomerSatisfactionManager.createLink($i)" class="jsd-srf-star" target="_blank">
               $messageUtils.getMessage("sd2.email.customer.satisfaction.$i")
               #foreach($j in [$jemhCustomerSatisfactionManager.minRating .. $i])  ★ #end
            </a>
         </li>
         #end
        </ul>
    </div>
#end
#end

...

Code Block
languagecss
.jsd-customer-satisfaction .jsd-srf-star {     
	color: #0a4a68;     
	text-decoration: none;     
	border: none;     
	display: inline-block;     
	vertical-align: top 
}

...

When a user clicks on a star , he/she is they redirected to the confirmation page where the user can provide an extra add a comment. JEMHCloud provides a default HTML response but you can customize it. 

In this how-to guide, we will we’ll change the look of the response by adding the company name. In order to customize the response:

  1. Go to

...

  1. JEMHCloud > Notifications > Template

...

  1. Sets > Create 

...

  1. Image Added
  2. Enter the name, select the Generic Theme, Select the Customer Satisfaction Response Template Set Type and copy from the System Customer Satisfaction Response Template Set Type and copy from the System Customer Satisfaction Response.

  3. In the Edit Template Set screen, you can customize the response HTML template by changing the company name, colours, or format. The default template uses Atlassian's AUI

...

  1. UI library.

...

  1. Image Added
  2. In order to select the template set for notifications, go to

...

  1. JEMHC > Notification > Notification

...

  1. Mappings > Edit. Select the new template in the Customer Satisfaction Feedback section

...

  1. Image Added

Now, when the user clicks the stars in the email form, the response page will use your new template.

...


Related

...

Articles

Filter by label (Content by label)
showLabelsfalse
max5

...

...

sortmodified
showSpacefalse
reversetrue

...

...

cqllabel in ( "

...

template" , "

...

macro" , "

...

notifcations" ) and

...

space = "

...

JEMHC" and

...

type = "

...

hiddentrue

...

page"