Zephyr Scale Integration — CI Test Results to Zephyr Scale
Automatically export CI test results to Zephyr Scale for Jira. Map Jenkins jobs to test cycles, folders, and test cases with BuildButler.
If your team uses Zephyr Scale for Jira to manage test cases, BuildButler can automatically sync your CI test results into Zephyr Scale test cycles. No manual uploads, no Jira API scripting, no custom plugins to maintain.
How it works
BuildButler maps CI test results to Zephyr Scale test cases, test cycles, and test executions within your Jira project. After each build, results are exported automatically based on your configuration rules.
Configuration example
Template variables
| Variable | Description |
|---|---|
{jobName} | CI job name |
{buildNumber} | Build number |
{branch} | Git branch name |
{date} | Build date (YYYY-MM-DD) |
Configuration fields
| Field | Type | Required | Description |
|---|---|---|---|
jobPattern | string | Yes | Glob pattern to match CI job names |
projectKey | string | Yes | Jira project key (e.g. BACK, FRONT) |
folderName | string | No | Zephyr Scale folder path for test cases |
cycleName | string | No | Test cycle name. Supports template variables. |
labels | string[] | No | Labels to apply to created test cases |
environment | string | No | Environment name for the test cycle |
Supported CI systems
Zephyr Scale integration works with all CI systems BuildButler supports: Jenkins, GitHub Actions, GitLab CI, TeamCity, and BuildKite.
Getting started
- Sign up for BuildButler (free tier includes Zephyr Scale integration)
- Connect your CI system
- Configure your Jira credentials in System Settings
- Define your job mapping rules
- Run a build — test results appear as Zephyr Scale test cycles in Jira
See the full Zephyr Scale configuration reference for all available fields.