Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

In Jira Service Management (JSM), you can activate customer notifications for each project so users automatically receive an email every time someone updates one of their requests.

All these emails contain a View Request link, which directs users to the JSM project on Atlassian’s website – even if the user created the issue on your Refined site.

To direct users to the JSM project on your Refined site instead, update the email template:

  • Of every service project that you added to your Refined site.

  • Of each language in your service project, if you have enabled several languages.

If you move a service project from one Refined site to another, you will have to update the link again.

Customize a customer notification template

  1. From your JSM project’s sidebar on the left, go to Project settings >Customer notifications.

  2. Under Templates, select Edit templates.

  3. Locate this piece of code:
    <a class="jsd-issue-link" href="$(request.url)"›view request</a>

  4. Replace ${request.url} with https://YourRefinedSite/request/${issue.key} For example, it can look like this:
    <a class="jsd-issue-link" href="https://alto-intranet.refined.site/request/${issue.key} "›View request</a>

When you have customer notifications in different languages enabled

  1. From your JSM project’s sidebar on the left, go to Project settings > Customer notifications.

  2. Under Language support, click on a language.

  3. Scroll down to Email Templates.

  4. Follow steps 3 and 4 in the instructions above.

Limitation: links in invitation email

When adding a customer to a JSM project, by default the customer will receive an email with a link to complete the signup.

When the customer has completed the signup, they are taken to the default Jira Service Management Help Center project (with xyz.atlassian.net URL), and not the Refined one, and currently the limitation is that Refined cannot redirect the user back to the Refined site.

To keep track of this issue or vote/comment on it, click here.

Workaround

Because the user needs to complete the signup, our workaround suggests keeping the signup link, but make an addition.

  1. Go to Service Project > Project Settings > Customer notifications.

  2. Edit the Customer invited notification.

  3. Add the link to your Refined site portal.

Result

Click to enlarge.

  • No labels