I need to import data from a CSV file into a project. One import field is the description field which can contain carriage return and line feed, but this will break the import.
I thought of replacing the CR+LF with a some text token like <<CRLF>> and then replacing it after the import using direct SQL on the database.
Is there some better way? Surely this is a common problem?
JIRA Command Line Interface supports importing CSV data - see Import JIRA issues. Double quoted fields can contain multiple lines. More generally, it imports CSV conforming with The Comma Separated Value (CSV) File Format .
Thanks a lot, now I can import multi-line fields, and add attachments, too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Came here to find a solution to the same problem that tilmann.brenk mentions above in OP, but the first link in Bob Swift's answer does not take me to "import jira issues" information. Can anyone provide an update? What is the trick to importing descriptions in a CSV file that have line breaks and would like for them to be imported as line breaks in JIRA description field? Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I updated the link. Atlassian discontinued plugin studio quite some time ago, so all those links usually have some other location now :(. Let me know if that link doesn't answer your question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Bob. I eventually found my answer here: https://answers.atlassian.com/questions/78189/answers/8629798 Thanks again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.