I have a customer that would like to have Confluence content into a JIRA fields (yes, ye I know....)
Whats the best scenario / solution ? Strip to text or is there a perl (or some Confluence/JIRA Plugin) convert the text.
I know the CLI has WIKI -> Confluence, but problably not the opposite - and I know it the total wrong way to go.
Hi Normann,
Indeed, Confluence has some ways to covert from Wiki Markup to Confluence XHTML Storage Format, but not the other way around.
Apart from this, the Jira and Confluence wiki formats actually differ in subtle ways that make them not completely compatible.
I would recommend to strip to text, but in the case of tables you will probably have problems.
Jira's markdown format is actually a variant of Textile, and you might have some luck using Pandoc to convert, although not all features are supported: https://github.com/jgm/pandoc/issues/2497
Dear @Normann P. Nielsen - TDC/Netic,
I believe, you have to make you own converter, that reads confluence contents, converts and inserts it in a multi line custom field in Jira. I would do this with REST. But before, I would try to convince the customer ;)
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.