Skip to main content

Update a Defect

This service allows you to update a defects comment, actioned flag and archived status.

Query String Parameters

NameTypeDescriptionRequired
ActionStringUpdateDefectRequired
DefectIdIntThe unique identifier of the defect which can be retrieved using Defect List.Required
DefectCommentString(250)Adds text passed as a "Comment", on the entity.Optional
MarkAsActionedBoolMarks as Actioned. Allowed Values: true, 1, false, 0.Optional
MarkAsArchivedBoolMarks as Archived. Allowed Values: true, 1, false, 0.Optional

Response Codes

CodeMessageInformation
0Response DataSee 'Response' example tab
2Missing parametersThe parameter 'defectId' was not specified
2DefectId invalidInteger value is invalid or was not specified (when required) for the parameter 'defectId'
2DefectId {defectid} Not FoundThe specified defect was not found
2Nothing UpdatedThe defect was not updated

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=UpdateDefect&defectid=21333&defectcomment=Comment comment comment