Hi, I am trying to POST data to JIRA API to create a work log against an issue. I trying to build a plugin which is basically an HTML page with JQuery ajax POST operation.
The browser is set to allow CORS so Cross origin requests should not be a problem.
I tried to use 'X-Atlassian-Token: nocheck' header as well but it did not help. According to the JIRA documentation, 'X-Atlassian-Token: nocheck' is helpful when used on command line using CURL but is not effective for browsers.
Kindly suggest a way through which I can make an ajax POST request to the API successfully.
Regards,
Rahul G.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.