does the bugzilla importer support creating xmltext for comments and description?
we have content that contains hyperlinks in comments and description that are exported from JIRA as XML format, and then imported into RTC via the Bugzilla importer.
but any text in comments or description are showing the html tags in the text, meaning the importer used
Comment.setContent() instead of Comments.createComment(user, XMLString);
is there a tag or different xml element we can use to support text with hyperlinks>