> ## Documentation Index
> Fetch the complete documentation index at: https://docs.parable.work/llms.txt
> Use this file to discover all available pages before exploring further.

# Zephyr Cloud

> Connect Parable to Zephyr Cloud to sync test cases, test cycles, executions, and step-level results.

<img className="connector-logo" src="https://img.logo.dev/smartbear.com?token=pk_N2gy3fJKQ0aldg9QTg7cHA" alt="Zephyr Cloud logo" />

# Zephyr Cloud Connector

Connect Parable to Zephyr Cloud to ingest test management data including test cases, test cycles, execution results, and step-level results. Zephyr Cloud is SmartBear's test management solution for Jira Cloud, available by default on all new Jira Cloud instances since November 2023.

<CardGroup cols={2}>
  <Card title="API Access Token" icon="key" href="/connectors/zephyrcloud/api-key/setup">
    A single API access token generated from your Jira profile settings.
  </Card>
</CardGroup>

## Authentication Overview

Zephyr Cloud uses **standard Bearer token authentication**. You generate a single API access token from your Jira Cloud profile and paste it into Parable. No secret signing, no Jira Account ID required.

## Available Taps

| Tap                   | Description                                                |
| --------------------- | ---------------------------------------------------------- |
| `testcases`           | All test cases across all projects accessible to the token |
| `testcycles`          | All test cycles across all projects                        |
| `testexecutions`      | All test execution records                                 |
| `testcase_steps`      | Step definitions for each test case                        |
| `testexecution_steps` | Step-level result records for each execution               |
| `testcase_versions`   | Version history snapshots for each test case               |
| `testcase_links`      | Jira issue links associated with each test case            |
| `testcase_weblinks`   | External web links associated with each test case          |
| `testplans`           | All test plans across all projects                         |
| `folders`             | Folders used to organize test cases, cycles, and plans     |
| `projects`            | Jira projects with Zephyr Cloud enabled                    |
| `environments`        | Test environments defined across all projects              |
| `statuses`            | Test result and test case status definitions               |
| `priorities`          | Test case priority levels                                  |
