I am trying to use smart values to return fields from my tickets into an email to the stakeholders.
However some fields are not working - the date picker field and the user picker field - they are failing to return an output into the email.
Am I doing something wrong/can someone point me in the right direction.
Thanks in advance
Keenan
Hi @Keenan P
Please try using -
{{Issue.customfield_id}} also for user picker - {{Issue.customfield_id.displayName}} if you want the full name to be seen in the email.
Thank you
Hi @Keenan P ,
can you try to use the custom field ID for these?
example:
{{issue.customfield_10052}}
you can get the customfield ID by going to settings > Issues > custom fields, find your field and select and edit details. The URL will have the ID at the very end.
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.