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?
Hi @Humashankar VJ ,
I am able to access the form via UI. But, when I try to call it via endpoint, I get the error as "user not authorized."
I was wondering what type of access/roles I need.
Hi @sonag
Can you try obtaining the necessary IDs (cloud ID, form ID) for making API requests, make use of this link which is relevant to your problem statement How to get Forms Data VIA RestAPI in Cloud
Best Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @sonag
Can you confirm that the form you are trying to attach must be accessible to your user account.
Best Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.