I have been tasked with migrating some projects from Mantis to JIRA, but with some restrictions:
Given these 2 requirements, I have been forced to use a CSV import. The issue I am having is importing the comments in. Our comments have special characters in it, including apostrophes, quotes, parens, greater/less than, etc. The only character the comments don't have is the backtick (`). When I do my export from MySQL i am using this backtick to enclose each field, separating them with commas.
Is it possible to specify to the JIRA CSV importer which character is enclosing the comments?
No, it's not possible. You always use " to surround the text and then you can put anything inside.
Check the documentation for details https://confluence.atlassian.com/display/JIRA/Importing+Data+from+CSV#ImportingDatafromCSV-Treatingspecialcharactersliterally
But I wonder why did you decide to go with CSV.
I think the easiest option in your case would be to copy Mantis database, then delete all the stuff you don't want and import it from there.
Have you tried this approach?
The Mantis database is huge and we are doing this on a project by project basis, so it would be a long arduous practice to have to delete everything from the db every project. I will check the documentation again to see if there is an easier way of handling my data. Thanks Pawel!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Today only! Share what you’re the most excited about for Team ‘25 or just dance out the beginning of a new quarter with us.
Comment the postOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.