Versions Compared

Key

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

...

Info

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

Customise a customer notification template

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

  2. Under Templates, select Edit templates.

  3. Locate this piece of code and replace the href. If your site url is https://myRefinedSiteDomain, replace ${request.url} with https://myRefinedSiteDomain/request/${issue.key}.

...

The code should now look something like this:

...

When you have customer notifications in different languages enabled

  1. From your service 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 and replace the href according to step 3 in the instructions above.