I have a custom field, which I would like to format in a similar way to the detault fields like Issue Type and Created etc.
If i use the Field picker to select it, i get the value:
$!jetiFieldRenderer.renderCustomField($issue, 'customfield_10430')
How can i then append this to the other, so that it displays in the same way?
#parse("templates/email/html/includes/fields/issuetype.vm")
#parse("templates/email/html/includes/fields/createddate.vm")
#parse("templates/email/html/includes/fields/status.vm")
#parse("templates/email/html/includes/fields/description.vm")
#parse("templates/email/html/includes/fields/environment.vm")
#parse("templates/email/html/includes/fields/reporter.vm")
Many thanks!
Hi Gareth,
Please find the answer to your question in the documentation page I have just added for you and others.
Tibor
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.