I am trying to get when test case was quarantine(Quarantined at).
I tried below API but did not get When(Data/Time) that testcase was quarantined.
http://{hostname}/bamboo/rest/api/latest/result/PROJ-PLANKEY-JOBKEY-latest?expand=testResults.quarantinedTests
Response:
"testResult": [
{
"testCaseId": some data here,
"className": some data here,
"methodName": some date here,
"status" some data here:
}]
Is there anyway to get, when testcase was quarantined data via RestAPI?
I went through Bamboo API Documentation but did not get any other API click for above problem to resolved.
So in below image highlighted field(QUARANTINED AT) I am trying to access via API.