Versions Compared

Key

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

...

  • Zephyr >= 4.0.0
  • Zephyr and Xray should be both installed
  • project where migration is being done must have Xray issue types (at least the Tests, Test Executions and Test Plans)
    • you may use the "Add Xray Issue Types" action shortcut available in the project settings page
  • requirement issue types used in Zephyr must be configured in Xray
  • defects issue types used in Zephyr  must be configured in Xray
  • create similar Test Statuses and Test Step Statuses in Xray; this is not mandatory but may ease the process, which will always ask you to make the mapping between Zephyr statuses and Xray counterparts
  • make sure Zephyr is using different issue links between Test<=>Defect and Test<=>Requirement, by going into Zephyr's configuration settings

...

How it works


Mapping of information

Zephyr entityXray entityNotes

Test

  • steps
  • attachments

Test

  • steps
  • attachments
  • if empty, the "Step" column will be filled with "<undefined>"
Cycle

Test Plan (optional)

  • Summary: <version> - <cycle's name>
  • fixVersion: version assigned to Cycle

Test Execution, linked to the previous Test Plan

  • Summary: <version> - <cycle's name>
  • fixVersion: version assigned to Cycle

The Test Execution created here will contain the Executions assigned directly to the Cycle, since in Zephyr you can have Executions at that level besides on each folder.

Please note that...

  • if the Cycle contains multiple Executions for the same Test, only the last Execution will be migrated
Cycle's folder

Test Execution, linked to the Test Plan created earlier from the Cycle

  • Summary: <version> - <cycle's name> - <folder> Execution
  • fixVersion: version assigned to Cycle

Ad-hoc Cycle

Test Plan (optional)

  • Summary: <version> - <cycle's name>
  • fixVersion: version assigned to Cycle

Test Execution, linked to the previous Test Plan

  • Summary: <version> - <cycle's name>
  • fixVersion: version assigned to Cycle

Execution

  • global comment
  • global defects
  • step results
  • step comments
  • step defects

Test Run

  • global comment
  • global defects
  • step results
  • step comments
  • step defects

Info
titlePlease note

All issues will be created in the project where the migration is being performed.

...