Forums

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

REST API returns 404

Youngji Jo
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!
April 19, 2021

When I send POST request, I got this error.

Response Code: 404 Headers: {"server"=>["AtlassianProxy/1.15.8.1"], "vary"=>["Accept-Encoding"], "content-type"=>["text/html;charset=UTF-8"], "strict-transport-security"=>["max-age=315360000; includeSubDomains; preload"], "date"=>["Wed, 14 Apr 2021 09:26:04 GMT"], "atl-traceid"=>["d95b5f7fc8f5da30"], "connection"=>["close"], "set-cookie"=>["atlassian.xsrf.token=4c442c82-31ed-4de4-8c34-737e71ae2f94_ba0920329eb7d277fff64fe414c3a57680e70677_lin; Path=/; Secure"], "expect-ct"=>["report-uri=\"https://web-security-reports.services.atlassian.com/expect-ct-report/global-proxy\", enforce, max-age=86400"]}

 

Anyone knows what the problem is ? 

1 answer

1 accepted

2 votes
Answer accepted
Gonchik Tsymzhitov
Community Champion
April 19, 2021

Hi! 

What was the path of rest call? 

Youngji Jo
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!
April 19, 2021

Hi, 

Here are request information

URL : https://${name}.atlassian.net/jira/rest/api/2/issue/

Header : 

{
"Authorization": "Basic ${encrypted email:apiToken}"
}

Content :

{
"fields": {
"project": {
"key": "JT"
},
"summary": "hi ",
"description": "hi",
"issuetype": {
"name": "Bug"
}
}
}

 

The thing is .. using POSTMAN and setting the Content type as "json/applicaton", it works! 

But, Sending request passing by another application ( named as Freshdesk ), it doesn't work and got the message I described. 

Suggest an answer

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

Atlassian Community Events