Get details of deleted test cases from API (cases in trash bin)
Sergey
Hello everyone!
I have "update" webhook that trigger my endpoint with custom handling of updated test case. In short, I request details of test case (by ID from webhook request body) to get its custom fields and check each custom field by custom logic.
So now I need to do the same actions with deleted test cases but API doesn't provide the ability to get details of deleted test cases.
Is it possible to add functionality which allow me to get details of the deleted case?
Oboleninov Anton
Hello!
I agree with Sergey, this feature is very much needed.
It's strange that the UI has a trash bin and recovery option, but no way to get info about deleted cases.
It's also strange (inconsistently) that deleting suites is hard and deleting cases is soft, but that's a question for another request