How to map Jira's Wiki type of field for getting proper formatting?
Last updated
<Target-space-Field>
<xsl:value-of xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
select="utils:convertHTMLToWikiKeepImgTag(SourceXML/updatedFields/Property/Source-space-Field)"/>
</Target-space-Field><Target-space-Field>
<xsl:value-of xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
select="utils:convertWikiToHTML(SourceXML/updatedFields/Property/Source-space-Field)"/>
</Target-space-Field><Target-space-Field>
<xsl:value-of xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
select="utils:convertWikiToText(SourceXML/updatedFields/Property/Source-space-Field)"/>
</Target-space-Field>