Hi
I have a custom field created called "Due date change reason". This is a multi-line text box which accepts users input wherever the due date is changed. I am trying to access the contents of this custom field to display in the comments section. So far I was able to do this:
{{reporter.displayName}} has changed the due date to {{issue.duedate}} and the reason was {{issue.Due date change reason.value}}.
I do not see the contents being displayed. Could you please give me the correct syntax for accessing the contents of the custom field text box. Thanks.
Hello @Aditya Aryasomayajula
Thank you for reaching out.
Per your description, I understand you would like to create an automation rule to comment on an issue when something happens, using smart values to reference the content of some fields in the comment (Reporter, due date, and the custom field "Due date change reason"). Is that correct?
To display the custom field value, you must add the id related to the custom field. These would be the steps to find it:
{{reporter.displayName}}
has changed the due date to {{issue.duedate}} and the reason was {{issue.customfield_xxxxx}}.Let us know if you have any questions.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.