Hello,
I'm trying to fetch the content of a form field in an Automation.
- The field isn't connected to a JIRA field.
- I added a field key to the relevant field- 'reqbody'
- The field is a Text type.
- I'm triggering the automation manually from the ticket within the JSM project.
I tried to use the following smart values with no success (it just returns an empty text)
{{issue.forms.last.reqbody}}, {{triggerissue.forms.last.reqbody}}, {{forms.last.reqbody}}
Any idea what I'm missing here?
Thanks,