We have started using the Slack chat facility, and it works well.
We use forms to ensure the correct information is collected, so I wanted to add the form to issues created via chat.
Using the constructed URL
https://api.atlassian.com/jira/forms/cloud/{cloudId}/issue/{issueIdOrKey}/form
and the body
{ "formTemplate": { "id": "{{FormID}}" } }
I thought FormID was the number at the end of the URL when editing
https://xxxxxx.atlassian.net/jira/servicedesk/projects/ITOP/settings/forms/form/4/edit
But not the case; it's a "hidden" UID.
Now I am talking a good 15-20 forms, is there an easy way to export the UIDs without one by one API calls?
Thanks