Versions Compared

Key

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

...

Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section

Jira Service Desk integration is now better than ever

Column
width50%

This release will allowto exportmore 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
width50%

Fields available

SLA 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

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 teh 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.

General Improvements and bug fixes

...

.


New Features and Bug Fixes

...