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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.