Fields with Wiki Markup
If the fields to be exported are configured to use a Wiki Markup Renderer, it´s possible to place the wiki rendering in the result document.
Definition:
${wiki:<Field name>} |
When creating an Excel template document you should use: ${wiki:Description}
Inserting Hyperlinks
Xporter for JIRA also allows generating hyperlinks on the fly.
Definition:
@{title=<Link Title>|href=<Link Address>} |
When creating an Excel template document you should use: ${link:title=${Key},href=${BaseURL}/browse/${Key}}
Fields with HTML
If the fields to be exported are configured to use an HTML renderer, such as the one provided by the JEditor plugin, it´s possible to place the HTML rendering in the result document.
Definition:
${html:<Field name>} |
When creating an Excel template document you should use: ${html:Description}
Javascript with Wiki or HTML
Xporter for JIRA allows applying Wiki or HTML functions in the text rendered based on javascript. For example, if the fields to be exported are configured to use the "Default Text Renderer" renderer, provided by JIRA, it is possible to use Javascript to format the field using the notation explained in Javascript and then apply the Wiki or HTML functions. It is also possible to use Javascript to format fields that are configured to use Wiki Markup Renderer or an HTML renderer, such as the one provided by the JEditor plugin and then apply the Wiki or HTML functions. To achieve that, the Javascript function should be defined as a field in the template and the function to be applied to that field.
Definition:
|