Importing issues with comments
I've been working on an import process to convert our old PVCS tracker
data into youtrack and have a question about how to format the comment text.
The text is encoded as an attribute of the 'comment' tag, and therefore must not contain EOL
characters. Is there some sort of markup, or escaping to include multi-line comments with the
issue import data?
Please sign in to leave a comment.
Answering my own question....
You can place mutli-line comments into the text attribute using '
' to separate lines.