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
3ab5e69b
Commit
3ab5e69b
authored
Apr 08, 2021
by
Mike Jang
Committed by
Marcin Sedlak-Jakubowski
Apr 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note on special characters
parent
48fbd524
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
doc/user/project/issues/csv_import.md
doc/user/project/issues/csv_import.md
+4
-1
No files found.
doc/user/project/issues/csv_import.md
View file @
3ab5e69b
...
...
@@ -52,9 +52,12 @@ When importing issues from a CSV file, it must be formatted in a certain way:
-
**data rows:**
After the header row, succeeding rows must follow the same column
order. The issue title is required while the description is optional.
If you have special characters _within_ a field, (such as
`\n`
or
`,`
),
wrap the characters in double quotes.
Sample CSV data:
```
csv
```
plaintext
title,description
My Issue Title,My Issue Description
Another Title,"A description, with a comma"
...
...
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