We want to use JETI to send Insight object information, but we need also need to send related objects values and the related objects other attributes.
It looks like this is not supported: https://documentation.riada.se/insight/latest/insight-advanced-usage-guide/atlassian-app-support
In our case we have a User object which is related to a Site object. We need to send both the User-Name (possible) and the related Site-Name (not possible) and the related Site-Adress (not possible).
Is this a feature we could expect being supported soon?
Hi Tibor,
The problem is not fetching custom fields from the issue, I get both the custom field and the corresponding attributes of Type=Default.
The problem is fetching the custom fields related objects and the related objects attributes.
Having the same problem. Have you received any response from Tibor since about a year ago?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Johannes,
I'm Tibor from META-INF the vendor of JETI.
JETI Email Templates can render practically any custom field types in the email. Some customers have problems with the formatting of the complex Insight fields but you can test your templates and verify if the formatting is clear and acceptable or not for you.
Therefore I recommend you create a test email template, add the Insight custom fields and test it using the built in Test function.
Regards,
Tibor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We having the same problem,and may be more complicated. We have a lot of insight objects, we want to display the names and attributes of each object at the same time, like: "tomato, red", "asparagus, green"...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We solved this problem by displaying object attributes after object names.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
I need samo help regarding the JETI suggested velocity template for custom fields (the link from original post).
The lines in the Edit template page (text form) :
#set($insightCustomField = $!customfieldManager.getCustomFieldObject("customfield_10501"))
This is the custom field: $insightCustomField.toString()
#set($objectBeans = $!issue.getCustomFieldValue($!insightCustomField))
#foreach( $objectBean in $!objectBeans)
$!objectBean.getLabel()
#foreach( $attributeBean in $!objectBean.getObjectAttributeBeans())
#foreach( $attributeValueBean in $!attributeBean.getObjectAttributeValueBeans())
$!attributeValueBean.toString()
#end
#end
#end
This produces the next result:
This is the custom field: Customer Request Type
The name of the Insight field is ok, but the values aren't listed. We would just want the value ("Name" atribute (string) of the Insight object) to be listed.
I'm sorry if I'm missing something obvious.
Cheers,
Marina
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.