Hi,
Is there a way to fetch from the Xray Cloud API the issue types specific to Xray? For Xray Server we made an HTTP GET request to <jira_host>/rest/raven/2.0/api/settings/issuetypes for this. It returned a JSON response containing metadata for the issue types (including id, name, internal name, ...). We can't find anything like this in the Xray Cloud public API (REST or GraphQL).
Similarly, we're also trying to find the custom fields metadata for test runs and test steps. This was possible for Xray Server with a GET request to
- <jira_host>/rest/raven/2.0/api/project/<project_id>/settings/customfields/testruns
- <jira_host>/rest/raven/2.0/api/project/<project_id>/settings/customfields/teststeps
but we can't see any queries for this in the Xray Cloud API.
Any kind of help on this will be appreciated.
Thank you,
Tudor