I'm trying to query details from a form embedded in an issue using API calls, and I'm testing with CURL. All the other API calls i've used so far have worked fine. But, I'm trying to use the URL:
https://{mycloud}.atlassian.net/jira/forms/cloud/{cloudid}/issue/{issue}/form to get the formid, so I query for the form details, but I'm getting a 404
(of course, specifying my details for those 3 variables.)
Any suggestions?
Hi @Jeff.J.Scott and welcome,
You are doing exactly what's recommended. Maybe try looking for the form via the request rather than the issue.
Here is the API documentation
https://api.atlassian.com/jira/forms/cloud/{cloudId}/request/{issueIdOrKey}/form
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.