You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi JSM Gurus,
I'm in need of a bit of help with my customer notifications.
I've managed to add this beautiful line to my customer notifications so it shows the issue key:
I would like to enhance this by having the issue key show as hyperlink to the ticket itself (kind of like how there is the View Request button in the footer of the email, but within the context of the email).
I tried using the link button but it doesn't seem to work:
Any ideas on how to get this to work?
Thanks,
Suzi
Welcome to the community. Here is what you need to do - Unfortunately, you cannot use ${request.url} variable when creating the URL link to the issue using the markdown syntax
Example -
The solution is - Manually setup the URL portion using following
https://yoursite/servicedesk/customer/portal/2/${issue.key}
Hope this helps.
Best, Joseph Chung Yin
Jira/JSM Functional Lead, Global Infrastructure Applications Team
Viasat Inc.
Hi Joseph,
Thanks so much this worked an absolute treat! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanx Joseph for the work around!
This does work since setting an url with brackets and pipe doesn't work any more.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Suzi, you can insert the following notation manually instead of using the link generator:
[${issue.key}|${request.url}]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.