safar98
2 years agoFrequent Visitor
Unable to get traceabiltiy report using Rest Api's in Zephyr Squad
Folks, i have a use case where i need to get all the testcases associated or linked to a userstory via rest api,
i have tried body as below mentioned,
{
"exportType": "excel",
"requirementIdList": [
"25514455"
],
"versionId":34512
}
but at the end i am getting error as below
{
"errorType": "ERROR",
"clientMessage": "We encountered some problems during processing this request. Please try again!",
"errorCode": 104
}