Xporter allows you to extract data from every custom field that has the JEditor plugin as the selected renderer. It´s really simple to do so. 

Definition:

Let's imagine that 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 special configuration to be made in order for this to work. You can check more examples below.

Examples

The examples below represent more ways to extract data from a custom field with the JEditor renderer.

 

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

 

Let´s do another example. Below is an image of an example of a custom field that has the JEditor plugin as its renderer.

Now let us see how this translates to a Word document template that was resolved by Xporter:

  • No labels