We are using JIRA Rest API to pull all our issues for reporting and analytics in an external tool. We need to pull also the related testcases for a given issue. Logically I believe that a jira issue can have one-to-many relationship with testcases. I do see testcases on our issues when examining issue via standard browser. However I'm missing or unable to find this relationship while reading the same issue via API.
Appreciate any insights on how I can accomplish pulling related test case for a given issue via JIRA Rest API.
Thank you