-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
3
-
Issue Summary
- Currently, we do not have the ability to export all the JSM Form templates without answers.
Suggestion:
- Looking for an ability to export all the JSM Forms without answers via UI which includes all the Form fields, questions and associated Jira Fields, etc.
Workaround
- You could use the forms API to first get project form index to get a list of all the form templates associated with a project
- Then, use the get form template endpoint to get the form template containing the layout, questions, linked fields, etc. without any answers.
However, this needs to be run for each Form in the project; we can't get the bulk result.