Hello,
What is the smart value to put in an email to add the URL to an Object?
I have tried the following, which is not working.
I want to get the URL to an Object in an email. The email is showing all data that I want it to show, but it just does not add the URL to the Objects.
My full email text is as follows:
I have the answer but I cannot post it because the answer is blocked because of some forbidden HTML.
Also posting it as a code doesn't work.
Makes no sense.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you figured this out, yet? I'm stuck at the same place. I want the URL for the exact object and not for the whole schema.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I have figured it out, but cannot post the code for some reason.
Lets see if this works
{{#lookupObjects}}
<a href="https://xxxxxxxx-jira.atlassian.net/jira/servicedesk/insight/assets/{{id}} "> {{key}}</a>
{{/}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, that works, so for the xxxxxxx you put your JIRA instance name. You can change {{key}} to anything you want as text for the URL, as long as it is a valid value from your schema. Or just text. It works like any HTML code for URL.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you. That is very helpful. I'm testing creating a ticket for contract renewals and this is what I needed.
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.