Provide a singular parent link in email notifications.
I get the "for each" process .....
#foreach ($link in ${workItem.links}) Type: ${link.linkTypeId} Comment: ${link.comment} URL: ${link.URL}
....to show all relationship links on an email but when the links are numerous, it would be nice to have a VTL string that particularly stated work items Parent ID, URL and the Parent's title.
Is this achievable ?