Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width80%

6 May 5 December 2022

The Xray team is proud to announce the release of Xray 6.23.0.

This version features an enhanced Overall Coverage Report, creating folders in the Test Repository when importing Cucumber tests, improved filtering of Test Runs within a Test, and many other UX improvements. support for issue archiving in Jira data center. Users will be able to archive existing executions from Xray, this version also adds support for Xray Enterprisethe next level of Enterprise Quality Management

Column
width20%

Table of Contents

...

Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderStylesolid
Section
Column
width33%

Upgrading Xray to 6


Expand
titleUpgrading from versions < 3.2.x

If you are upgrading from a version lower than 3.2, this implies that an upgrade task will run to pre-calculate historical data. This is a one-time action that will run in the background so that Xray is still available during the upgrade. A  re-index operation of your Jira instance is required so that the internal data becomes searchable and usable by Xray.

Note
Please be aware that this upgrade task will run immediately after updating Xray. As this operation can take some time and use a considerable amount of server resources, we suggest scheduling the upgrade of Xray outside of business hours. It is always possible to cancel the recalculation operation in the Xray configuration section → Custom Fields → Maintenance.
Expand
titleUpgrading from versions 3.2.x and 3.3.x

If you are upgrading from v3.2.x or v3.3.x to v6, you must recalculate data in the Xray configuration section → Custom Fields. This recalculation is necessary because of the huge improvement in the amount of data that Xray needs to add to the table and to the Lucene indexes.

Note
As this operation can take some time and use a considerable amount of server resources, we suggest scheduling the upgrade of Xray and the recalculation of recalculating the custom fields , outside of business hours.
Column
width33%

Downgrading from Xray 6


Expand
titleDowngrading to any version

Downgrading from Xray 5.x.x to a previous version will have the following side - effects on Test Runs with a dataset:

  • Test parameters will no longer be converted on the Test Run page, this includes Test Step definitions and Pre-Conditions;
  • When loading a Test Run created on version 5.x.x, the merge/reset message will be displayed;
  • When merging a Test Run created on version 5.x.x with the new Test Step definition, all Test Step results will be updated, but the reset/merge message will still be displayed;
  • A Test Run created on version 5.x.x with iterations will be displayed in a "flat mode." The iterations will no longer be available, and all the Test Step results from each iteration will be presented on in the Test Steps section;
  • After the downgrade, the integrity checker will fail on "Check for invalid Mementos" for all Test Runs created on version 5.x.x. We recommend running the integrity checker before downgrading to get rid of eliminate possible invalid mementos.

Downgrading from Xray 6.x.x to a previous version will have the following side - effects:

  • Test Issue:
    • A Call Test will be converted to a regular test step with a warning message
  • Test Run Page
    • The Merge/Reset action will be displayed
Expand
titleDowngrading to versions ≤ 4.1.x

The Test Step Custom Fields and Test Run Custom Fields of the type "User Picker" will have to be deleted in the project configuration as they are not supported. Following that, the Test Runs that are using a User Picker field will have to be merged or reset. This includes Test Runs that have the field for the Test Run itself and also Test Runs for Manual Tests where the Test Steps contained the User Picker field.

Expand
titleDowngrading from any version

Downgrading from Xray 6.x to a version less than 3.2.0 implies that you must perform performing a re-index afterward. This is because from Xray 3.2.0 onwards, the content and format of what Xray indexes have changed.

Historical Coverage Gadget

Some configuration parameters for this gadget were modified as a result of supporting multiple projects whenever using a saved filter as a source. It is possible that some users will get errors on the gadget after downgrading from 4.x. If this happens, please edit the configuration to ensure the gadget is configured properly. 

...

Replicate folder structure when importing Cucumber tests

When importing Cucumber feature files using the Xray REST API, it is possible to choose if Xray will replicate the folder structure of the input zip file that is being imported.

Learn more here.

Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section
Enhanced Overall Coverage Report

Archiving Xray Issues


Column
60%
width40%

Image Added

Image RemovedImage Added

The Overall Coverage Report now supports up to five levels of depth of Requirements and Sub-Requirements.

For example, you can have a requirement hierarchy like Epic > Capability > Feature > Story and you will be able to trace down all requirements by expanding the parent requirement.  

Find out more about this feature here.

Column
width40%
Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section
Column
width30%
Column
width70%

Image Removed

Panel
borderColor#F3F3F3
bgColor#FAFAFA
borderWidth1px
Section

Improved filtering of Test Runs within a Test

Column
width60%

Image Removed

Column
width40%

Filtering Test Runs within a Test issue has improved. It is now possible to use any issue field (native or custom fields) on basic searches and use JQL directly.

The filter values (and JQL) are also saved in user preferences so that users do not lose context when navigating between issues and reports. 

Learn more about this feature here.

Image Removed

And more...

UX Improvements

  • XRAY-2273: As a user, I always create Test Executions in Xray using the Jira create issue dialog
  • XRAY-5230: As a user, in the Test Run Page actual results section I can browse my local files
  • XRAY-2799: As an Admin I can configure if the cloned Test case gets associated with the original Test Plan or Test Set
  • XRAY-8258: When importing Cucumber JSON results, the evidence imported should appear in the overall Execution Evidence field, on the top of the Execution Details page

Datasets

  • XRAY-7869: As a REST API user, I must be able to import an existing dataset from a CSV file
  • XRAY-8439: As a user, I want the possibility to map a parameter from the parent test to the called test

Image Removed

Just one last, yet important, thing...

...

Documentation is always important and sometimes you may miss it. We added a set of relevant articles to our already extensive documentation.

In this release, we have created a new section dedicated to Migration where you will find documentation that will help with migrations from other tools.

The first entry in this section showcases the Test Case Importer with different examples available. You can find the code for these tutorials, and more, in our GitHub account. Check them out and let us know your feedback (smile) 

We also released a JavaScript client library for Xray (Data Center & Cloud) as an open-source NPM package, for assisting in importing test results to Xray right from JavaScript code; check it out!

60%

Jira Data Center supports archiving of issues since v8.1. By archiving issues, Jira will remove them from the indexes. The archived issues will still be accessible in read-only mode; however, they will not appear in search results. This enhances Jira's performance because it stores less data in the indexes.

As many of the Xray entities are normal Jira issue objects, archiving its issues has the same effect as archiving any other Jira issue type. But additionally, Xray extends this feature by archiving some of its internal data.

The user is now able to archive issues on Xray.

  • Test Executions
  • Test Runs
  • Tests
  • Test Runs
  • Test Plans

Find out more about this feature here.


All New Features and Bug Fixes in this release

 

Jira
serverXpand IT Issue Tracker
columnIdsissuekey,summary,issuetype,created,priority,status,resolution
columnskey,summary,type,created,priority,status,resolution
maximumIssues50
jqlQueryproject = XRAY and fixVersion = "6.23.0" and level is EMPTY and issuetype not in subTaskIssueTypes() order by issuetype desc
serverIdb6309ad5-5416-33d6-9a09-a3e02f20d3e6

...