MienDao
2 months agoOccasional Contributor
Linked Issues Not Returned in Test Case API Response
Hi guys,
I’ve created a test cycle and added several test cases to it.
While executing the test cases within the test cycle, I encountered a bug and attached a Jira issue to the relevant test case, marking the test status as Failed.
However, when I call the API to retrieve the test case details using the following endpoint:
GET https://api.zephyrscale.smartbear.com/v2/testcases/RTOQA-T1284
the issues array in the links section of the response is empty:
"issues": []
Could you please help me understand why the linked issue is not being returned in the API response?