How to specify NEW LINE or TAB during CSV import

Sean McPoland November 2, 2017


Hi there,

When importing how do I specify special characters such as 

TAB or NEW LINE

in text fields such as Description 

thanks and regards
Seán

1 answer

0 votes
Kian Stack Mumo Systems
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 2, 2017

For those make sure to wrap the value in double quotes. 

Capturing data that spans multiple lines

Use double-quote marks (") in your CSV file to capture data that spans multiple lines. For example, upon import, JIRA will treat the following as a valid CSV file with a single record:

Summary, Description, Status
"Login fails", "This is on
a new line", Open



https://confluence.atlassian.com/adminjiraserver071/importing-data-from-csv-802592885.html

Andrew Uzilov January 24, 2018

Does this method from the documentation actually work for people?  It does not seem to work for me.  "Import from CSV" for Jira Cloud still eats newlines.  There is an open bug for both Cloud and Server:

https://jira.atlassian.com/browse/JRACLOUD-46365

that says the documentation quoted above is incorrect as written, and gives a workaround, but the workaround mangles other fancy formatting like lists.  The bug is marked as "Verified" by Atlassian, but has unfortunately been sitting around for 2 years with no end in sight.

Andres Franco January 24, 2018

Not working for me either!

Suggest an answer

Log in or Sign up to answer