I'd like to get Project Form Template Data and maybe create one using REST APIs.
I'm using OAuth 2.0 (3LO) to generate access token and perform rest api calls.
So far, I tried to do it via docs and all but unable to get any results.
Endpoint I'm trying:
https://api.atlassian.com/jira/forms/cloud/cloud-id/project/project-key/form
Welcome @Harsh Mange
What kind of error message are you receiving (if any)?
it's 401: Unauthorized but with the same access token i'm able to fetch projects, issues, etc.
Scopes I'm using:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are using Forge for this right? Have you tried with Postman and the basic auth?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm using OAuth 3LO: https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.