What is the problem here? Why is standard behaviour an issue for you?
Hmm. So what exactly are you trying to do here? What is the overall objective and what are you coding to achieve it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
By listening to the mail, we can get the message, and by message.getContent().tostring (), we can get the html information of the whole mail. How to convert the html into rich text information of comments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So what are you coding to do this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What type of program? Where does it run? At what point in the cycle does it kick in?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, what do you mean by "access mail server" - what is that in Jira?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, so your code is going to need to read the HTML, parse it for formatting and convert that into markup, and tell Jira that the field is markup.
convertXHtmlToWikiMarkup can do the basics, but you will have to parse and interpret the bits it cannot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will need to code for all the stuff that the converter can not do with your content.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @PF
JIRA description renders the text in wikimarkup and not html.
See https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa?section=all for wikimarkup formats
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.