We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Bug
Deleting a case using the v1 API, as such:
DELETE http://the.hive.local/api/v1/case/12512
Makes the case show up as closed in the web UI, but with the "Closed at" time and the "summary" values being empty.
When deleting, either:
View of the web UI:
Example of a "soft deleted" case:
{ "_id": "12512", "_type": "Case", "_createdBy": "user@local", "_updatedBy": null, "_createdAt": 1600687279066, "_updatedAt": null, "number": 5, "title": "Duplicate Two", "description": "Described by this", "severity": 2, "startDate": 1600687279056, "endDate": null, "tags": [], "flag": false, "tlp": 2, "pap": 2, "status": "Deleted", "summary": null, "impactStatus": null, "resolutionStatus": null, "assignee": "user@local", "customFields": [], "extraData": {} }
The text was updated successfully, but these errors were encountered:
#1543 Replaced soft delete by hard delete
d72217d
#1543 Updated the database's schema
0a2a54f
69b9425
9d9b17c
b50e646
241c0be
rriclet
No branches or pull requests
Request Type
Bug
Work Environment
Problem Description
Deleting a case using the v1 API, as such:
Makes the case show up as closed in the web UI, but with the "Closed at" time and the "summary" values being empty.
Steps to Reproduce
Possible Solutions
When deleting, either:
Complementary information
View of the web UI:
Example of a "soft deleted" case:
The text was updated successfully, but these errors were encountered: