Skip to content
🔗Integrations

Create Jira Issues from Zof Findings

Intermediate15 min read·Updated December 2024·QA EngineersPlatform Engineers

Automatically create and sync Jira tickets from Zof issues.

Prerequisites

Before you begin, make sure you have:

  • A Zof account - Sign up free
  • Access to your code repository (GitHub, GitLab, or Bitbucket)
  • Node.js 18+ or Python 3.9+

What you'll achieve

  • Installed and authenticated the Zof CLI
  • Connected Zof to your project
  • Ran your first reliability test
  • Viewed results in the Zof dashboard

Step 1: Install the Zof CLI

Open your terminal and install the CLI globally:

bash
npm install -g @zof/cli

Verify the installation:

bash
zof --version

Expected result: zof/2.x.x

Step 2: Authenticate with Zof

Connect the CLI to your Zof account:

bash
zof login

This opens your browser to complete authentication. Once authorized, you'll see:

text
✓ Authenticated as your@email.com

Tip

Use a service account token for CI rather than your personal token. You can create one at Settings → API Tokens in the Zof dashboard.

Step 3: Initialize your project

Navigate to your project directory and initialize Zof:

bash
cd your-project
zof init

Zof creates a zof.config.json file with sensible defaults for your project type.

Step 4: Run your first test

Execute a quick validation:

bash
zof run --quick

This runs a subset of agents for fast feedback (full runs take longer but are more comprehensive).

Note

The --quick flag runs only smoke and sanity agents. Use zof run without flags for a comprehensive test.

Verify it works

  1. Open app.zof.ai
  2. Navigate to Results
  3. You should see your first test run with findings categorized by severity

You should see: A results summary showing reliability score, issues found, and test coverage.

Troubleshooting

Was this guide helpful?

01기존 스택과 함께 작동

Zof는 이미 운영 중인 스택에서 여러분을 만납니다.

GitHub Actions, GitLab CI, Jenkins, Azure DevOps, AWS, GCP, Azure, Datadog, Slack, Jira, Zof는 팀이 이미 사용하는 시스템에 연결됩니다. 쓰고 싶지 않은 시스템이 아니라요.

생태계

커넥터 20개

CI/CD, 클라우드, 운영, 채팅을 아우릅니다.

연결 소요 시간

1시간 이내

토큰 발급부터 첫 신호까지.

개방형 액세스

API + 웹훅

기본 제공하지 않는 통합도 직접 구축하세요.

20 INTEGRATIONS/integrations
Zof AI 통합 디렉터리. CI/CD 섹션에는 GitHub Actions, GitLab CI, Jenkins, CircleCI, Azure DevOps가 표시되고, 클라우드 인프라 섹션에는 AWS, Google Cloud, Azure가 있으며, 상태 요약에는 저하 0건, 오류 0건, 총 20개의 통합이 표시됩니다.
통합 · /integrations · 커넥터 20개 · 제품에서 실시간 제공.
  • 01 · CI/CD
    • GitHub
    • GitLab
    • Jenkins
    • CircleCI
    • Azure DevOps
  • 02 · CLOUD
    • AWS
    • GCP
    • Azure

    Run agents close to your services

  • 03 · CONNECTION HEALTH
    • Healthy
    • 0 errors

    Live ecosystem telemetry

Guides | Zof AI