Quality Assurance Projects - Issue Tracker

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 specific projectname, 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, the updated_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 :pray:

Your project link(s)

solution: https://replit.com/@edisonmondal/issue-tracker

githubLink: GitHub - EDISON-MONDAL/Issue-Tracker: 2nd required project of freecodecamp legacy back end development and quality assurance.

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


current issue remaining still. plz help me…

current progress


plz help! plz help!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.