Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Fixed
-
None
-
None
-
XRAYCLOUD 2024 Sprint 4
-
Description
Description
Custom Execution Status not exporting correctly, exporting its ID instead of the Status
How to reproduce
- Create a custom Execution Status
- Create a Test and a Test Run for this Test
- Assign the custom status to that Test Run
- Create a template along the following lines and export it against the test run above
#{for testruns} ${TestRuns[n].Execution Status} #{end}
Actual result/Attachments
Custom Status id is displayed instead of the actual Status
Expected result
Custom Status should be exported with its actual name.