Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Won't Fix
-
None
-
None
Description
Unable to export cucumber test issues with 3 levels of requirements.
When exporting a Cucumber Test with 3 levels of requirements, a 500 status code is returned from the Xray API (both public and internal endpoints).
Â
Steps to reproduce:
- Create a new project, where only the "Task" and "Sub-Task" issue types are mapped to requirements in the Xray settings
- Create an Epic issue
- From the Epic issue, create a Task issue
- From the Task issue, create a Sub-Task issue
- Create a new Cucumber Test (with some content) and linked it to the "Sub-Task" issue
- In the Cucumber Test issue, select the option "Xray - Export to Cucumber". An error will be displayed in the UI. - This is not the expected behavior
- Go back to the Xray settings page and add the Epic issue as a Requirement.
- Go back to the Cucumber Test issue and export again the issue as a Cucumber file - no error is returned and the feature file(s) are generated correctly.