Greetings, community,
Allow me to begin by providing some background. I need to programmatically create a JIRA ticket that attaches a form and automatically populates the details. I attempted to attach the form via this endpoint,
url = "https://api.atlassian.com/jira/forms/cloud/{cloudId}/issue/{issueIdOrKey}/form/{formId}/action/submit"
and I encountered the following error,
"detail": "The specified form ID could not be located or the user lacks permission to access it."
Could you inform me about the types of roles/access I require?