Hi all!!
A team has asked me to import some issues from an external system using CSV.
The issues are imported but it is not taking into account the markdown used in the description field.
they used ### to show the line as title, like this ### PROPUESTA, but it is created like this
1.
a.
i. PROPUESTA
what should we take care of in the file to be imported as title and not bullets?
Thanks in advance
To the best of my knowledge this will not work. CSV files are plain text and I do not think that the importer will support formatting. if I am correct then your other option is to use APIs for importing.
This can be achieved using the prefix h3.
Example:
h3. Title of this paragraph
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.