Hi,
I have a custom solution that use JIRA REST API to create issue and also upload attachment to a JIRA PA. In one of my scenarios i have had to upload an attachment to multiple issues in JIRA. This is where the XSRF issue occurs, when creating the first issue i am able to see that there is no issue in uploading the attachment, when processing the second issue, i get the Http Response of Not Found and the Response content saying XSRF check failed.
I have searched the issue and found few similar questions where it is suggested to add the Header "X-Atlassian-Token:no-check" to my POST call, but i already have this header added to my call.
Any help in this issue would be appreciated.
Thanks,
Hi @Tekur HS ,
did you try to add a header with Origin?
With POST requests via XMLHttp I use something like this:
setRequestHeader "Origin", "https://{yourJiraServerAddress}.com"
Best,
Michael
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.