Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c44a2fdb
Commit
c44a2fdb
authored
May 19, 2019
by
Noveed Safipour
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarified order of column headers and recommended test import
parent
cddf9b87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
7 deletions
+13
-7
doc/user/project/issues/csv_import.md
doc/user/project/issues/csv_import.md
+13
-7
No files found.
doc/user/project/issues/csv_import.md
View file @
c44a2fdb
# Importing
I
ssues from CSV
# Importing
i
ssues from CSV
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23532) in GitLab 11.7.
Issues can be imported to a project by uploading a CSV file
. Supported fields are
`title`
and
`description`
.
Issues can be imported to a project by uploading a CSV file
with the columns
`title`
and
`description`
, in that order
.
The user uploading the CSV file will be set as the author of the imported issues.
> **Note:** A permission level of `Developer` or higher is required to import issues.
## Prepare for the import
-
Consider importing a test file containing only a few issues. There is no way to undo a large import without using the GitLab API.
-
Ensure your CSV file meets the
[
file format
](
#csv-file-format
)
requirements.
## Import the file
To import issues:
1.
Ensure your CSV file meets the
[
file format
](
#csv-file-format
)
requirements.
1.
Navigate to a project's Issues list page.
1.
If existing issues are present, click the import icon at the top right, next to the
**Edit issues**
button.
1.
For a project without any issues, click the button labeled
**Import CSV**
in the middle of the page.
...
...
@@ -20,11 +26,11 @@ To import issues:
The file is processed in the background and a notification email is sent
to you once the import is completed.
## CSV
File F
ormat
## CSV
file f
ormat
### Header row
CSV files must contain a header row
beginning with at least two columns,
`title`
and
`description`
, in that order
.
CSV files must contain a header row
where the first column header is
`title`
and the second is
`description`
.
If additional columns are present, they will be ignored.
### Column separator
...
...
@@ -53,7 +59,7 @@ The limit depends on the configuration value of Max Attachment Size for the GitL
For GitLab.com, it is set to 10 MB.
## Sample
D
ata
## Sample
d
ata
```
csv
title,description
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment