Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
I have a custom field type URL that holds a URL. I want to place this URL in the body of an HTML email but I want to control the text that is displayed. I tried wrapping it in href tag but this doesn't work (because it is already an href I believe). Is it possible to output just the text of the custom URL field?
This did NOT work:
<a href="$!jetiFieldRenderer.renderCustomField($issue, 'customfield_10016')">Click here</a>
Hi Ethan,
try
$!issue.getCustomFieldValue("customfield_12345")
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.