Details
-
Story
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
R1.9.0
-
Description
The user should be able to export a list of Test Runs of a Test or Test Execution issue to CSV. This export option should be available in the Test and Test Execution issue view page.
The columns to export are:
- Test Key
- Test Execution Key
- Executed By
- Assignee
- Start
- Finish
- Defects issue keys (list separated by ",")
- Attachment JIRA links (list separated by ",") : in this context, we are referring to the evidences
- Comment
- Status
The escape char to use is ";".
We need to escape possible semi-colons on the comment field. For that this column must be exported wrapped with double quotes and any possible double quotes already present need to be escaped with another double quote ("").
Attachments
Issue Links
- relates to
-
XRAY-486 As a user, I can export a list of Test Runs with the current configured columns on the Test Execution page
- New