Skip to content

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

NameMandatoryDescriptionExample
commonPropertiesyessee description here:
Common properties
allureConfigyessee description here:
Allure TestOps properties
jiraConfig.endpointyesJira instance url
jiraConfig.usernameyesJira username
jiraConfig.passwordyesJira password
zephyrCloudConfig.accessKeyyesCredentials for Zephyr Cloud
See: Zephyr Cloud API Keys
zephyrCloudConfig.secretKeyyesCredentials for Zephyr Cloud
See: Zephyr Cloud API Keys
zephyrCloudConfig.accountIdyesYour Atlassian account ID
See: Zephyr Cloud JWT Token Documentation
zephyrCloudConfig.projectKeyyesJira project keyZM
zephyrCloudConfig.issueTypeyesThe name of issue type in Jira systemTest
zephyrCloudConfig.customFieldsnoA list of Jira fields which need to be migrated to Allure as custom fields.
Structure: "jira_field_name": "TestOps_custom_field_name"
{"Priority": "Severity"}

Last updated: