Forums

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

Rest API throwing 404 when I fetch or create an issue

aaa bbb
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!
March 21, 2022

Hi Team

I'm able to access the REST endpoint to fetch the project details 

https://<subdomain>.<companyName>.com/rest/profields/api/2.0/search/project

but when I tried to fetch issue list with below and point, its throwing 404 

https://<subdomain>.<companyName>.com/rest/profields/api/2.0/issue/ - GET - to get all issues
https://<subdomain>.<companyName>.com/rest/profields/api/2.0/issue/DAGVA-40412 - GET - to get a selected issue

also same way unable to create an issue with endpoint https://<subdomain>.<companyName>.com/rest/profields/api/2.0/issue - POST

it always throwing 404

0 answers

Suggest an answer

Log in or Sign up to answer