Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Definition

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

...

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


Imagine that If 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 thisUse:
${JEditor Description}
You can also apply the Wiki or HTML function to this:
${wiki:JEditor Description}
or
${html:JEditor Description}


...