When I use the Jira integration, there is currently no way to get either the Jira or Qase API to list what has been linked. It would be very useful to expose this information in the Qase API as a field on the test case, or as a separate object.
The specific use case for me is to create a test plan that has all the test cases linked to tickets within a Jira release:
  1. From the Jira API, get a list of tickets that are in a release
  2. From either API, work out what test cases have been linked to those tickets
  3. In the Qase API, create a test plan containing the relevant test cases
Step 2 is the missing piece at the moment