I'm trying to get issue data from JIRA Cloud REST API by running the following javascript function:
but getting the following error:
How can I resolve this problem? What I'm trying to achieve is to get issue data from JIRA Cloud REST API, display those on a single web page and group by customer, assignee, status etc.
Read up on CORS and how to add a response header for
Access-Control-Allow-Origin: *
Does JIRA Cloud REST API even support CORS? I found the following issue on atlassian:
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.