The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

403 Error from Node12 works in POSTMAN and CURL

Diego Link
March 28, 2025

I'm calling to 

https://api.atlassian.com/ex/jira/

to this API

rest/api/3/issue/createmeta?projectIds=10540&expand=projects.issuetypes.fields

 

The call works in Postman perfectly with the Bearer token but the same call returns a 403 Forbidden when made by the Node application

 

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Matthias Gaiser _K15t_
Community Champion
March 28, 2025

As @Michael Wohlgemuth already said, you should be using as a base url the url of your instance, e.g. https://your-domain.atlassian.net.

You can also check out the details of this REST API method in the docs. Please keep in mind that the endpoint you want to use is deprecated and will only work until June and you should rather use the project/issuetype specific endpoints, see this deprecation notice.

0 votes
Michael Wohlgemuth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 28, 2025

Hello!

Are you 100% sure you want to make this call to the url you have mentioned? I personally only know api.atlassian.com for user related tasks in a cloud organization. It looks like you should send this request to the jira instance your issues live on. 

regards

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events