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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.