Is there a way to display scripted field values within an email that is created via "Send Custom Email" built in post-function?
I currently have the below code for my custom scripted field, however it always displays as null in the email. (The field does populate correctly when viewing/updating the issue.) Can I pull this in the email somehow even though the field is calculated on the fly?
<% out << issue.getCustomFieldValue(componentManager.getCustomFieldManager().getCustomFieldObjectByName("My Script Field"))
Hi @Melissa Bay , I reproduced the issue and it has been logged here: https://jamieechlin.atlassian.net/browse/GRV-652.
I think we reproduced this... I'll get back to you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is a "Script Field" type that is setup as a Number Field with a Number searcher. My understanding is that this type is calculated on the fly instead of being stored in the database.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the type of that custom field you are using? I've just tried your line of code with a basic Text Field and it works fine for me.
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.