Hello!
I have to display the value of an Element Connect field in a Velocity template from custom event.
Value of field in issue:
Direccion: IGLESIA, 12
Using the next code:
Direccion: $issue.getCustomFieldValue("customfield_10403")
I got this result in the email:
Direccion: {"keys":["54050551"]}
How can i get the value of this field?
Thanks,
Regards.