Dear community,
I need to send a custom email in one transition. I want to use nunjucks to put some variables into that email.
One of the variables is a custom field, which provides an objecttype out of Assets.
I can use this:
{{ issue.fields.customfield_10092 | first | dump(2) }}which will result in
{
"workspaceId": "510f14bb-3b12-b1a9-9293d1aa981e",
"id": "510f14bb-3b12-4179-9293d1aa981e:14991",
"objectId": "1491"
}
Within the email, I would like to have the name of that object: "CLL - Linde F".
@David Fischer: How do I access the name of the Assets object in the custom field? (Sorry to address you directly: I am using the JMWE app...)
Thank you very much,
Chris