You are on the Xporter Server documentation. If you are looking for Xporter Cloud documentation, you can find it in this page.

Xporter for Jira allows you to extract data from every custom field that has the JEditor plugin as the renderer.  

Definition

Let's say this custom field is named "JEditor Description" and its renderer is the JEditor plugin. The definition will be:

${JEditor Description}

That´s it. There´s no other special configuration to be made. 

Examples

Below are ways to extract data from a custom field with the JEditor renderer.


If you want to extract raw data from a custom field named "JEditor Description" that has the JEditor plugin as its renderer. Use:
${JEditor Description}
You can also apply the Wiki or HTML function to this:
${wiki:JEditor Description}
or
${html:JEditor Description}


Another example: 

This translates to a Word document template as resolved by Xporter for Jira:

  • No labels