Hello,
How do I show this Smart Value on my email notification? Im trying to show the displayName in my email.
Im assuming I should be able to use
{{fields.customfield_10308[0].displayName}} but it doesn't work
Also tried
{{fields.customfield_10308.displayName}}
But on my email it does show the 'displayName'
Any ideas?
Kindly try using {{customfield_10308.value}} or {{issue.customfield_10308}} if that doesnt work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I figured out how to get it working.
I used {{issue.customfield_10308.displayName}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.