I have form with many fields.
Hi, how can I get all the form data in the "Custom data" without linking each field.
It seems that one way is to use
https://developer.atlassian.com/cloud/forms/rest/api-group-forms-on-issue/#api-group-forms-on-issue
@Dmitry Shaposhnichenko As annoying as this is, I don't think there's any way to collect "form field" data unless they're linked to a Jira custom field.
The form fields alone are pretty much as good as plain text, if not worse for reporting and data gathering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can get one form field, but if you have more than 100 fields.
Custom data
{
"data":"{{issue.properties."proforma.forms.i1".state.answers.11.text}}"
}
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.