Versions Compared

Key

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

...

This version is focused on performance improvements and bug fixes.

Table of Contents


Highlights for this release

Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section

Tempo Timesheets integration

get

gets some

improvments

improvements


Column
width50%

Xporter improved the integration with Tempo Timesheets in order to allow our users to filter the worklogs by a time interval. You are able to define the 'date from' and the 'date to' on your template using the Prop function.

Code Block
${prop(tempo.date.from, 2018-01-01)}
${prop(tempo.date.to, 2018-12-31)}
Column
width50%

Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section

Performance Improvements - Now it's much faster


Column
width50%

Several improvements were done in order to speed up the exportation process and reduce the amount the memory used during the document generation process. All export ways were affected by the changes done.

Processing Some logic was changed in order to get a better performance ; such asin:

  • Permission Scheme validation
  • Issue Fields processing
  • Document Build processing



...