Automation rule | Jira smart value issue.description not fetching the issue description in auto email

Platform Notice: Cloud Only - This article only applies to Atlassian products on the cloud platform.

Summary

The issue description field is not being copied and returned via email. Email received and audit log has an empty value for the Description field.

The smart value used in the email body in the automation rule :

SMART VALUE FOR THE DESCRIPTION FIELD: {{issue.description}}

Diagnosis

Cause

The behaviour could be observed commonly when there is duplicate custom field exists. The smart value mentioned above is for system field not for custom field. Thus the smart value was resulting empty or null value as output.

Solution

If you wish to get the value of the custom field then please change the smart value to the below value :

SMART VALUE FOR CUSTOM FIELD: {{issue.customfield_XXXX}}

NOTE: If custom field named "Description" is not in use then suggest to remove this field from the site or project so that there would not be any confusion in future.

Updated on May 31, 2024

Still need help?

The Atlassian Community is here for you.