I have tried so hard but can’t find out any solution of following issues:-
-
You can send a
GET
request to/api/issues/{projectname}
for an array of all issues for that specificprojectname
, with all the fields present for each issue. -
Failed:You can send a
GET
request to/api/issues/{projectname}
and filter the request by also passing along any field and value as a URL query (ie./api/issues/{project}?open=false
). You can pass one or more field/value pairs at once. -
Failed:You can send a
PUT
request to/api/issues/{projectname}
with an_id
and one or more fields to update. On success, theupdated_on
field should be updated, and returned should be{ result: 'successfully updated', '_id': _id }
.
It works in my local machine perfectly. I already spend more than 3 days on this but nothing improved. I’m broken, it consumed my confidence. Any help will be life saving for me
Your project link(s)
solution: https://replit.com/@edisonmondal/issue-tracker
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Challenge: Quality Assurance Projects - Issue Tracker