From 0cbb4a75699e1ab6a0cb704b551e672e09192377 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 27 Jan 2021 15:09:15 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/user/project/requirements/index.md | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) (limited to 'doc/user/project/requirements') diff --git a/doc/user/project/requirements/index.md b/doc/user/project/requirements/index.md index 54fa69c2b17..4e239431d02 100644 --- a/doc/user/project/requirements/index.md +++ b/doc/user/project/requirements/index.md @@ -260,7 +260,8 @@ For GitLab.com, it is set to 10 MB. ## Export requirements to a CSV file -> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/290813) in GitLab 13.8. +> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/290813) in GitLab 13.8. +> - Revised CSV column headers [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/299247) in GitLab 13.9. You can export GitLab requirements to a [CSV file](https://en.wikipedia.org/wiki/Comma-separated_values) sent to your default notification @@ -285,11 +286,24 @@ You can preview the exported CSV file in a spreadsheet editor, such as Microsoft OpenOffice Calc, or Google Sheets. -The exported CSV file contains the following columns: +The exported CSV file contains the following headers: -- Requirement ID -- Title -- Description -- Author Username -- Latest Test Report State -- Latest Test Report Created At (UTC) +- In GitLab 13.8: + + - Requirement ID + - Title + - Description + - Author Username + - Latest Test Report State + - Latest Test Report Created At (UTC) + +- In GitLab 13.9 and later: + + - Requirement ID + - Title + - Description + - Author + - Author Username + - Created At (UTC) + - State + - State Updated At (UTC) -- cgit v1.2.3