I'm trying to fetch test run details from Xray Cloud, and since we can only use the GraphQL API for this, I'm encountering an issue where the response only provides issueId for both testExecution and test. I need to retrieve the issueKey values instead of just the issueId, as the keys are crucial for tracking test executions and tests.
Are there any ways to get the issue keys via the GraphQL API, or any workarounds that would allow me to access this information?
Thank you!