Hello so i am using Jira api with java i can get all the comments i want but i am having some problems with keeping the text format for example if the text on the website is something like : if i have a world in bold
Done
the result is : will be back : *Done* the same thing if i have a red word the word will be something like :{color:#d04437}Word{color}*
is there anyway how to play around this ? because i am passing this string to an xls file and i want to print the text with the same format
Regards
Hi @Zakaria
the formatting in the Jira page is done by the wiki renderer. The text you are seeing is the raw wiki markup. You would need to find a library to re render it in another place. I assume it an open source library.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.