Properties

Keep style property

This property allows the user to choose the style to apply to the Docx report, JIRA native or Word document style.

The true flag applies the default behavior, Word document style. 

The false flag applies the JIRA native style.

Definition:

${prop(document.keep.style,true/false)}

Autofit property

This property allows the user to choose which behavior to apply to cells in Xlsx workbooks and to tables in Docx documents.

The true flag applies the default behavior, and the document will be autofitted.

With the false flag, the document will not be autofitted.

Definition:

${prop(document.autofit,true/false)}

Process EXIF property

This property allows the user to choose which behavior to apply to images with EXIF Orientation property.

The true flag applies the default behavior, and the document images will be oriented correctly if this property exists.

With the false flag, the document images will not change.

Definition:

${prop(images.process.exif,true/false)}

Keep Hyperlink default style

This property allows the user to choose which behavior to apply to a Hyperlink.

The true flag applies the default behavior, and the Hyperlink font will be the default blue underline color.

With the false flag, the Hyperlink will have the font colors and properties defined in the template mapping.

Wiki fields with hyperlinks will always be exported with the default hyperlink color or the color presented on the field. This property only applies to the hyperlinks generated on the fly (@{title=<Link Title>|href=<Link Address>}).

Definition:

${prop(document.keep.hyperlink.default.style,true/false)}

Process Wiki Image 

This property allows the user to choose if the Images should be processed on Wiki fields.

If true, the wiki fields will be processed normally.

If false, the images won't be processed on wiki fields and the text will stay unprocessed. (e.g.: !image.png!)

The default value is true. If the property is not set, wiki fields will be processed normally.

Definition:

${prop(document.wiki.process.images,true/false)}

Process Wiki Links

This property allows the user to choose if the Links should be processed on Wiki fields.

If true, the wiki fields will be processed normally.

If false, the links won't be processed on wiki fields.

The default value is true. If the property is not set, wiki fields will be processed normally.

Definition:

${prop(document.wiki.process.links,true/false)}

Deprecated Properties

Some props are deprecated. They were used on previous versions but now they were replaced by the props above.

${prop(xporter.images.process.exif,true/false)}
${prop(xporter.document.autofit,true/false)}
${prop(xporter.document.keep.style,true/false)}