We are creating an intake process to automate the JIRA ticket creation.
I’m trying to access JIRA issues via Jira REST API but its giving a 401 or 403 error (Access denied or forbidden) error. I’m using CURL or nodejs wrapper.
I do have Jira admin access
How to get access to the JIRA API and what authentication should I use (token based, basic (user/password)?
You can refer to this https://developer.atlassian.com/server/jira/platform/jira-rest-api-example-create-issue-7897248/ on how to create JIRA issue with REST API.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.