Versions Compared

Key

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

...

Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section

Mappings related with Template information

Column
width50%

This feature will allow you to use mappings related with Template information.

Column
width50%
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 installlationinstallation source
${XporterTemplate.Source}
//The creator of template
${XporterTemplate.Creator}
//Who has modified the template
${XporterTemplate.ModifiedBy}
//Created date
${XporterTemplate.Created}
//Updated date
${XporterTemplate.Updated}



...

Section
Column

Xray integration is now faster than ever

Some 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 improved

This 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

...