Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hi,
anybody out there who wrote an custom mail handler which extracts the formatted text from the email body and paste it into the description of an new issue?
issueObject.setDescription(MailUtils.getBody(message))
This will only extract the text and i need the formatted text.
any ideas?