Jira Automation rule returns empty Description when using a smart value
プラットフォームの注記: Cloud のみ - This article only applies to Atlassian apps on the クラウド プラットフォーム上のアトラシアン製品にのみ適用されます。
要約
The issue description field is not being copied and returned via email and audit log when the smart value {{issue.description}} is used.
診断
As per the document: https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/ the smart value to fetch the value of the description of the issue is {{
issue.description}}Validate the field "Description" and its value on the issue (captured in the audit log)via API call:
https://<your_site>.atlassian.net/rest/api/3/issue/<issue_key>?expand=namesIn the audit log value is empty as the screenshot below indicates:

Email content also has the same behavior
原因
Description はシステム フィールドであり、上記のスマート値はシステム フィールド「Description」の値を取得するために使用されます。
The above behavior has been observed when there is a custom field available with the same name on the instance.
ソリューション
この問題を軽減するための推奨事項は以下のとおりです。
Remove or rename the custom field and then try to update the Description field (system field) on the issue then it should be returned in the email
Use the smart value below with the value, following the format indicated in our documentation
{{issue.[Custom Field]}}
この内容はお役に立ちましたか?