What Bugzy can do with Zephyr Scale
- Create test cases with objectives, preconditions, steps, and labels
- Update existing test cases when tests evolve or requirements change
- Organize test cases into folders within your Zephyr project
- List and search test cases and folders
Prerequisites
- Jira Cloud with Zephyr Scale - Test Management for Jira installed
- Admin access to your Jira Cloud instance (for generating the API token)
Setup
Generate a Zephyr Scale API token
In Jira Cloud, go to Settings (gear icon) > General Settings > Apps > Zephyr API Access Tokens and click Create access token. Copy the token immediately — it is shown only once.
This is not your standard Atlassian API token (under Profile > Manage Account > Security). Zephyr Scale requires its own dedicated token.
Configure in Bugzy
Open your project in the Bugzy dashboard, go to Settings > Integrations > Zephyr Scale, paste your API token, enter your Jira project key (e.g.,
PROJ), and click Save Configuration.How it works
Once configured, Bugzy’s test-case-manager subagent switches from filesystem-based test cases (test-cases/*.md) to the Zephyr Scale API. The agent:
- Lists existing folders in your Zephyr project
- Creates or reuses folders to organize test cases by test area
- Creates test cases with full metadata — name, objective, preconditions, steps, labels, and priority
- Updates test cases when requirements change
tests/specs/.
Troubleshooting
| Issue | Solution |
|---|---|
| Agent falls back to filesystem test cases | Zephyr Scale is not configured — go to Settings > Integrations > Zephyr Scale |
Zephyr API error 401 | Token is invalid or expired — generate a new one in Jira |
| Blank page at Zephyr API Access Tokens | Ensure you installed “Zephyr Scale” (not “Zephyr Essential”) |
