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),
});
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.