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,
I am having issues referencing the issue key in the jsm automation email.
<a href="{{url}}">{{key}} - {{summary}}</a> ----------> this does not work
{{createdIssue.key}} ------------> this comes out as a non-clickable id
Email comes out as
-
ITSM-131
was created on 11/01/2023
how can i get a URL in the email when the issue is created in the automation so the user can click the Issue Key URL and go directly to the ticket.
Note: It's not a issue that the automation creates but system service request type.
Hi @Patricia Limbu,
Welcome to Atlassian Community!
The editor does not support html code, it only support markdown notation, but you can include the link by using the smart value {{issue.url.customer}}.
Unfortunately, {{issue.url.customer}} in the email body did not work, the area came out as blank.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is the request type field set on the issue that you are using for testing? {{issue.url}} will get you the internal URL, the customer facing one is only available if request type is set.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes its set. But i got to work by trial and error.
{{createdIssue.url}}
is what i used.
And a URL hyperlink to the issue was in the email! Yay!!!
thank you @Mikael Sandberg
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.