I am trying to create a simple automation to send an email when a new work item is created.
That said, I am trying to add details from a FORM that is part of the request type within the body email.
I am trying smart value such as
REPORT TYPE: {{forms.last.ReportType.label}}
but its not working. Is this something that can be done?
thanks!
Hi Jenz, welcome to the Atlassian Community!
For you to access form values (set by the field key), you need to use this syntax:
{{forms.<FORM_ID>.last.<FIELD_KEY>}}
To get the form id, in the forms list, click in the three dots and then "Copy Form ID"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.