Hello,
I would like to display a custom field value in JIRA batch notifications.
Without the Batcher it is working with:
$issue.getCustomFieldValue($customFieldManager.getCustomFieldObject("customfield_10228")).toString()
but not in batch notification.
Then I found this:
and I tried to display the notification with:
${customFields.get('10228').getValue()}
or
$customFields.get('10228').getValue()
or
$escape.apply($customFields.get('10228').getValue())
all this not working. In Email I see this code in subject as it is.
Please can someone help?
Thanks
Thomas
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.