...
This version is focused on performance improvements and bug fixes.

Highlights for this release
| Panel |
|---|
| borderColor | #F3F3F3 |
|---|
| bgColor | #FAFAFA |
|---|
| borderWidth | 1px |
|---|
|
| Section |
|---|
Tempo Timesheets integration get gets some improvmentsimprovements
| Column |
|---|
| 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 |
|---|
| 
|
|
|
| Panel |
|---|
| borderColor | #F3F3F3 |
|---|
| bgColor | #FAFAFA |
|---|
| borderWidth | 1px |
|---|
|
| Section |
|---|
| Column |
|---|
| 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
|
|
|
...