Hi! Internal users asking to find a way to automate download and upload of Jira form field responses to a google sheet.
--FWIK, at present, unless we map every FORM field to a Jira field, form fields aren’t searchable through JQL query.
--Therefore the workaround is to run a JQL query for the form in advanced issue search e.g., Project = "ABC Submission Form" ORDER BY CREATED DESC
--Export XLSX (form data) for the form to get the responses to upload to a sheet
--There is not a way to automate this export without a plugin, correct?