Defects Resources

Applies to QAComplete 14.3, last modified on February 19, 2024
Operation HTTP Method Description
projects/ProjectId/defects GET Returns a list of defects registered in QAComplete.
projects/ProjectId/defects POST Adds a new defect to QAComplete.
projects/ProjectId/defects/search POST Returns a filtered list of defects registered in QAComplete.
projects/ProjectId/defects/{Id} GET Returns a defect by its ID.
projects/ProjectId/defects/{Id} PUT Updates the specified defect.
projects/ProjectId/defects/{Id} PATCH Updates the specified fields of a defect.
projects/ProjectId/defects/{Id} DELETE Deletes the specified defect from QAComplete.

See Also

About QAComplete REST API

Highlight search results