Hi,
New to jira and automation. I created a simple form with few fields that I want to send the value in an email using automation.
I can send all the values fine except for 2 fields. Date and long text (paragraph).
The email comes fine but the values are empty. The audit log is fine too.
Not sure what I'm doing wrong as the email arrives fine and all other values populate fine except for the 2 fields (date, address which is long text /paragraph)
this is what I have in the content of the email automation
Name: {{issue.name}}
Date: {{issue.date}}
Title: {{issue.title}}
Address: {{issue.address}
it is driving me crazy :-)
Hello @Andy T
Please show us images of the complete Automation Rule.
Are Date and Address fields in the issue or fields in the form? Can you show us the issue details view where data for these fields has been populated? I just want to see the fields names in the issue details view; the field content can be obscured.
Hello @Andy T
Thank you for that additional information.
Smart values can be case sensitive and space sensitive. I recommend you try using issue.Date rather than issue.date.
Additionally Automation Rules can see some field references as ambiguous because Jira allows multiple fields to have identical names. You may need to reference the Date field by its custom field id instead; i.e. customfield_12345
You can find the ID for the field by following the guidance here:
https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
When you ask an Automation Rule to use a smart value it can't resolve it may "fail silently". If it can't resolve the smart value to get an actual value, depending on the context in which you are using the smart value the Automation may just say the value is null rather than telling you it can't resolve the smart value reference.
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.