Learn how to update customer notification links to point to your Theme Extension page.
By default, automated email notifications sent by Jira Service Management contain a link that directs customers to the native JSM Customer Portal. When using Theme Extension for Jira Service Management, you can update these links manually in each project so that customers are redirected to the correct Theme Extension page instead.
Change the link in the JSM space’s notification email template from:
<a class="jsd-issue-link" href="${request.url}">view request</a>
To the specific URL navigating to the themed Page:
<a class="jsd-issue-link" href="https://(YourThemeExtensionDomain)/page/1/project/(ProjectID)/issue/${issue.key}">view request</a>
The Theme Extension Page URL can be broken down into two parts:
| URL part | Example | Action |
|---|---|---|
| Portal base URL | https://yourinstance.customerportal.app/page/1/project/10002 |
Copy from any open issue in the Theme Extension Page view for that Space (Project) |
| Issue identifier | issue/${issue.key} |
Use the dynamic variable ${issue.key} |
For detailed instructions on configuration, check the Quick Guide below: