The Xporter for JIRA team proudly announces the release of Xporter 5.7.0. This point release contains several new features and bug fixes.
Highlights for this release
Mappings related with Template information
This feature will allow you to use mappings related with Template information.
//available mappings
//The Template name
${XporterTemplate.Name}
//The Template description
${XporterTemplate.Description}
//The Template type (Word, Excel, RTF...)
${XporterTemplate.Type}
//The filename
${XporterTemplate.Filename}
//The installlation source
${XporterTemplate.Source}
//The creator of template
${XporterTemplate.Creator}
//Who has modified the template
${XporterTemplate.ModifiedBy}
//Created date
${XporterTemplate.Created}
//Updated date
${XporterTemplate.Updated}
Define final report name for Single and Bulk export
This feature will allow you to define a final report name for Single and Bulk export and are available on Xporter issue detail panel and bulk export screen.
The file name can resolve mappings as it is being made on workflow post functions (Date, Key...).
Issue detail panel
Bulk export screen
Define final report name for Single and Bulk export
This feature will allow you to define a final report name for Single and Bulk export and are available on Xporter issue detail panel and bulk export screen.
The file name can resolve mappings as it is being made on workflow post functions (Date, Key...).