Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
Xray Cloud 6.12.2
-
None
-
None
Description
In Xray Data Center, it was possible to define the Test Repository Path for the Test issues at the time of import via REST API, by performing a multipart import.
In Xray Cloud, the Test Repository Path (along with other Xray-specific fields) is no longer a Jira custom field and is instead stored on Xray’s Cloud infrastructure. As a result, it is currently not possible to assign Tests to a Test Repository folder during the import process via:
POST https://xray.cloud.getxray.app/api/v2/import/feature?projectKey=ABC
At present, assigning imported Tests to a Test Repository folder requires a separate post-import operation via GraphQL API (addTestsToFolder / createFolder). This introduces additional complexity and friction, especially for teams importing large volumes of Tests or automating imports as part of CI/CD pipelines.
So as a user, I want Xray Cloud to provide a way to define the Test Repository Path as part of the Cucumber feature file import, so that both can be done in the same operation.