Hello everyone,
I'm trying to automate the onboarding process. I created a custom form for requests for users. After that, I'm trying to set up "Send web request" to send all custom form fields to the AWS Lambda for processing.
In custom form, I'm using the multi-selection field. Firstly, I linked it to Jira Field and was able to fetch it via {{ issue.customField_xxx }}, but the number of values is too big to fill it up manually. Then, I tried to fill it up by "Data connection". Obviously, I can't link the form field to the "Data Connection" and Jira field simultaneously and can't fetch field value via {{ issue.customField_xxx }}.
Is there any way to fetch form field values which were filled up by "Data Connection"?