The Xporter for Jira team proudly announces the release of Xporter 5.7.0.
This point release contains several new features, improvements and bug fixes.

Highlights for this release
| Panel |
|---|
| borderColor | #F3F3F3 |
|---|
| bgColor | #FAFAFA |
|---|
| borderWidth | 1px |
|---|
|
| Section |
|---|
| Column |
|---|
| This feature will allow you to use mappings related with Template information. |
| Column |
|---|
| | Code Block |
|---|
//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 installation source
${XporterTemplate.Source}
//The creator of template
${XporterTemplate.Creator}
//Who has modified the template
${XporterTemplate.ModifiedBy}
//Created date
${XporterTemplate.Created}
//Updated date
${XporterTemplate.Updated} |
|
|
|
| Panel |
|---|
| borderColor | #F3F3F3 |
|---|
| bgColor | #FAFAFA |
|---|
| borderWidth | 1px |
|---|
|
| Section |
|---|
| Column |
|---|
| This new feature will allow JIRA administrators see all export events related to Xporter. All information will be listed on a table, as you can see on the right side. This table provides the following actions: - Input text to filter by keyword
- Filter by source
- Date range
- Audit log settings
- Retention Time
- Disable/Enable Audit log
|
| Column |
|---|
| Audit log screen
|
|
|
| Panel |
|---|
| borderColor | #F3F3F3 |
|---|
| bgColor | #FAFAFA |
|---|
| borderWidth | 1px |
|---|
|
| Section |
|---|
Define final report name for Single and Bulk export| Column |
|---|
| 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...). |
| Column |
|---|
| Issue detail panel
Bulk export screen
|
|
|
| Panel |
|---|
| borderColor | #F3F3F3 |
|---|
| bgColor | #FAFAFA |
|---|
| borderWidth | 1px |
|---|
|
| Section |
|---|
Jira Service Desk integration is now better than ever| Column |
|---|
| This release will allow exporting more information related to the SLA. Each SLA has information when started, stopped and whether it breached the SLA goal. SLA notation is: ${<SLA custom field>.<Field>} |
|
| Column |
|---|
| Fields availableSLA fields | Description |
|---|
elapsedTime | Returns the total time the SLA has been running | startTime | Returns the date when the SLA started | stopTime | Returns the date when the SLA stopped | goalDuration | Returns the date with the SLA duration | breached | Returns a boolean if the SLA is breached | paused | Returns a boolean if the SLA is paused | withinCalendarHours | Returns a boolean if the SLA is within calendar hours |
|
|
|
| Section |
|---|
| Column |
|---|
Bulk Export and Xporter Reports screen improvedAfter getting some feedback from some customer we've decided to improve our Bulk/Xporter Reports screen. We added a button to download the generated document instead of having a link inside of the success message. See how does it look like. |
| Column |
|---|

|
|
| Section |
|---|
| Column |
|---|
Xray integration is now faster than everSome changes were done on Test Status, Test Plan Overall Execution Status and Test Execution Overal Execution Status due to some performance problems reported by customers. Here is the new notation to get the status printed: | Code Block |
|---|
#Overall Execution Status (percentage + total of testes per status)
Todo: ${Overall Execution Status.TODO.Percentage}% (Overall Execution Status.TODO.Count})
Fail: ${Overall Execution Status.FAIL.Percentage}% (Overall Execution Status.FAIL.Count})
Pass: ${Overall Execution Status.PASS.Percentage}% (Overall Execution Status.PASS.Count})
Executing: ${Overall Execution Status.EXECUTING.Percentage}% (Overall Execution Status.EXECUTING.Count})
Aborted: ${Overall Execution Status.ABORTED.Percentage}% (Overall Execution Status.ABORTED.Count}) |
Now, with this new notation, you are able to get the percentage and the number of tests per status. Some improvements were done in order to reduce the document generation time and to avoid affecting Jira performance. |
|
| Section |
|---|
| Column |
|---|
Tempo timesheet integration improvedThis release will allow exporting more information related to the Tempo timesheets, now it's possible to export worklog attributes. Here is the new notation to get the worklog attributes printed: | Code Block |
|---|
#{for worklogs}
Author: ${Worklogs[n].Author}
Comment: ${Worklogs[n].Comment}
Time Spent: ${Worklogs[n].TimeSpentFormatted}
Attribute: ${Worklogs[n].My Attribute Name}
Billed hours: ${Worklogs[n].BilledHoursFormatted}
#{end} |
|
|
New Features and Bug Fixes
| Jira |
|---|
| server | Xpand Add-ons Issue Tracker |
|---|
| columns | key,type,summary,fixversions |
|---|
| maximumIssues | 20 |
|---|
| jqlQuery | project = XPORTER AND issuetype in (Bug, Improvement, "New Feature", Story) AND fixVersion = "Release 5.7.0" and level is empty order by issuetype desc |
|---|
| serverId | b6309ad5-5416-33d6-9a09-a3e02f20d3e6 |
|---|
|