The proforma api (v1.2.0) https://thinktilt.atlassian.net/wiki/spaces/PFDEV/pages/2026668074/v1.2.0+API+Documentation
GET /rest/proforma/1/issue/{issueKey}/form/{formId}/answers
returns
CustomerFormAnswer
| label* | string example: Choose three colours from the list below The label of the form question |
| questionKey | string example: three_colours If present, the question key associated with the form question |
| answer* | string example: red, green, blue The answer to the form question, represented as a string |
Please change the answer type to a list of strings instead. This is also because values with "commas" in them are not escaped.
- links to