Appearance
Zephyr Squad Cloud (formerly known as Zephyr for Jira Cloud) migration
Configuration file example
Create the json file with content like:
json
{
"type": "zephyr-cloud",
"debug": true,
"oneByOne": true,
"allureConfig": {
"endpoint": "https://demo.testops.cloud/",
"token": "1f4b4acd-418c-4d0b-8533-1d747abb7599",
"sslTrustAll": true,
"projectId": 6,
"migrationTagPrefix": "zephyr"
},
"jiraConfig": {
"endpoint": "https://comp.atlassian.net/",
"username": "@comp.com",
"password": "atlasian-api-key"
},
"zephyrCloudConfig": {
"accessKey": ".eyJzdWIiOiI1N2RhY2ZiMC1jOTYwLTMzNjYtOTU1OS05NmZjMzA4ZGQ3ZGUiLCJjb250ZXh0Ijp7ImJhc2VVcmwiOiJodHRwczpcL1wvdmJyYWdpbjAyLmF0bGFzc2lhbi5uZXQiLCJ1c2VyIjp7ImFjY291bnRJZCI6IjU1NzA1ODowMDcwMzcyZi04ZTc1LTRhNmMtOTM5NS1hYjc0MDU3ZmUxZjEifX0sImlzcyI6ImNvbS5rYW5vYWgudGVzdC1tYW5hZ2VyIiwiZXhwIjoxNjM1OTQ3MTYyLCJpYXQiOjE2MDQ0MTExNjJ9.Dad2w-un2tNf5G3xOmsLsSxLXT7lBdbPww8W8z-P7GY",
"secretKey": "dWIiOiI1N2RhY2ZiMC1jOTYwLTMzNj",
"accountId": "5467892345%ergrerg2345554",
"projectKey": "IT",
"issueType": "Test",
"customFields": {
"priority": "Priority",
"reporter": "CreatedBy"
}
}
}
Configuration parameters
Name | Mandatory | Description | Example |
---|---|---|---|
commonProperties | yes | see description here: Common properties | |
allureConfig | yes | see description here: Allure TestOps properties | |
jiraConfig.endpoint | yes | Jira instance url | |
jiraConfig.username | yes | Jira username | |
jiraConfig.password | yes | Jira password | |
zephyrCloudConfig.accessKey | yes | Credentials for Zephyr Cloud See: Zephyr Cloud API Keys | |
zephyrCloudConfig.secretKey | yes | Credentials for Zephyr Cloud See: Zephyr Cloud API Keys | |
zephyrCloudConfig.accountId | yes | Your Atlassian account ID See: Zephyr Cloud JWT Token Documentation | |
zephyrCloudConfig.projectKey | yes | Jira project key | ZM |
zephyrCloudConfig.issueType | yes | The name of issue type in Jira system | Test |
zephyrCloudConfig.customFields | no | A list of Jira fields which need to be migrated to Allure as custom fields. Structure: "jira_field_name": "TestOps_custom_field_name" | {"Priority": "Severity"} |