Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

XSRF check failed - Create issue

Karthick Chandiran
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 29, 2020
headers.append("Authorization"`Basic ${token}`);
headers.append("Content-Type""application/json");
headers.append("X-Atlassian-Token""no-check");
let fetchData = fetch(
"https://jiraserver-ck.atlassian.net/rest/api/2/issue",
{
method: "POST",
headers,
data: JSON.stringify(data),
});

1 answer

0 votes
Angélica Luz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 31, 2020

Hello Karthick,

Welcome to Atlassian Community!

Checking for similar cases, the issue would be related to "nocheck", but I see that you are using the correct one that is "no-check".

Just for a better understanding of the issue, can you please give us more details about the steps you are following? 

Have you tried using version 3 of our REST API?

Please, let us know more details about what you are doing so we can test and check what might be causing the issue.

If this question is more related to development, then we would suggest reaching out to our Developer Community on https://community.developer.atlassian.com/

Regards,
Angélica

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
TAGS
AUG Leaders

Atlassian Community Events