Unable to call Rest API in my application from Jira

Yuvraj Hole February 18, 2015

Hi,

I am working on a AngularJS web application(http://localhost:3000/ ) runs on a node.js server(on windows system) and for the application I need to access JIRA REST API(e.g http://172.27.209.73:8080/rest/api/2/serverInfo ) using AngularJS service(http Ajax call).

 

Now when I am trying accessing the API the request is could be made due the cross server origin issue

I can access the JIRA url from windows system now but whenever I am trying some API call to the url it doesn’t allowing to access the url and the below issue is showing

“No 'Access-Control-Allow-Origin' header is present on the requested resource.

 

JIRA is installed on Linux system using Docker Container.

1 answer

1 accepted

4 votes
Answer accepted
Daniel Wester
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 Leaders.
February 19, 2015

JIRA doesn't have CORS support enabled ( https://jira.atlassian.com/browse/JRA-30371 ) unless you add the incoming url to the whitelist https://confluence.atlassian.com/display/JIRA/Configuring+the+Whitelist

 

Suggest an answer

Log in or Sign up to answer