Import xray data to zephyr squad
How can I migrate tests including test steps from xray to zephyr squad?
Hi Legolas,
There is no tool available today that you can use to migrate from Xray to Zephyr Squad. To migrate, you need to use the REST APIs. Please follow the below steps to migrate your data:
- Install Zephyr Squad app. It will create Test issue type.
- Migration of projects: No need to migrate. Its already used from Jira.
- Migration of test cases with no test steps: All XRay test cases issue type can be updated to issue type Test by Jira bulk move feature. - https://confluence.atlassian.com/jiracoreserver/editing-multiple-issues-at-the-same-time-939937916.html
- Migration of test cases with test steps: Export test cases from xray and import them using Importer. - https://support.smartbear.com/zephyr-squad-server/docs/tests/import.html#internal-importer
- Migration of test cycles: Use REST API to create cycles. - https://zephyrsquadserver.docs.apiary.io/#reference/cycleresource/create-new-cycle/create-new-cycle
- Migration of test executions: Use REST API to create executions. - https://zephyrsquadserver.docs.apiary.io/#reference/executionresource/create-new-execution/create-new-execution
- Migration of defects: Utilize Jira issue type bugs or any other issue type and link those to test executions using REST API. - https://zephyrsquadserver.docs.apiary.io/#reference/executionresource/update-bulk-defects/update-bulk-defects
- Migration of execution and step statuses: Using REST API - https://zephyrsquadserver.docs.apiary.io/#reference/utilresource/get-execution-statuses-priorities-components-labels/get-execution-statuses,-priorities,-components,-labels
Additional links:
How to use REST API: https://support.smartbear.com/zephyr-squad-server/docs/api/index.html
REST API doc: https://zephyrsquadserver.docs.apiary.io/
Getting started with Zephyr Squad: https://support.smartbear.com/zephyr-squad-server/docs/get-started/index.html
Please let us know if you have any questions.