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.