DocsJira Integration

Jira Integration Guide

Connect Testably with Jira Cloud to streamline your bug tracking workflow. Create Jira issues directly from failed test results.

Starter Plan or Above Required

Jira integration is available on the Starter plan and above. View pricing to upgrade your team.

Prerequisites

1

Jira Cloud Account

You need an active Jira Cloud instance (e.g. yourcompany.atlassian.net). Jira Data Center / Server is not currently supported.

2

Create a Jira API Token

Go to id.atlassian.com → API Tokens and create a new token. Copy it immediately — it cannot be viewed again.

Setup

Connect your Jira Cloud instance to Testably in a few steps.

1

Open Integrations

In Testably, go to Settings → Integrations and click on the Jira card.

2

Enter Credentials

Fill in your Jira domain, account email, and the API token you created.

Domain: yourcompany.atlassian.net
Email: you@company.com
Token: ATATT3x...your_token
3

Select Default Issue Type

Choose the Jira issue type to use when creating issues from failed tests (e.g. Bug, Task, Story).

4

Test Connection

Click Test Connection to verify Testably can communicate with your Jira instance. You should see a success confirmation.

5

Save

Click Save to activate the integration. A green "Connected" badge will appear on the Jira card.

Usage: Create Jira Issues from Failed Tests

Once connected, you can create Jira issues directly from your test results.

1

Open a Test Run

Navigate to a completed or in-progress test run.

2

Find a Failed Result

Look for test cases with a failed status.

3

Click "Create Jira Issue"

A dialog will appear pre-filled with the test case title, steps, and failure details. Select the Jira project, adjust fields if needed, and submit.

4

Issue Created

The Jira issue key (e.g. PROJ-123) will be linked to the test result for easy reference.

Linked Jira issues appear in the test result detail view, so your team always has context on reported bugs.

Troubleshooting

Common issues and how to resolve them.

Connection test fails

  • Verify your Jira domain is correct (e.g. yourcompany.atlassian.net)
  • Check that the email matches your Atlassian account email
  • Ensure the API token has not expired — regenerate if needed
  • Confirm your network allows outbound HTTPS to Atlassian

Permission errors when creating issues

  • The Jira user must have "Create Issues" permission in the target project
  • Check that the project key exists and is accessible
  • Verify the API token belongs to a user with project-level access

Issue type not appearing

  • Only standard issue types are supported (Bug, Task, Story)
  • Custom issue types may not appear — contact support if needed
  • Ensure the issue type is available in the target Jira project scheme

Test Automation SDK Reporters

Testably provides native reporter plugins for the most popular test frameworks. After your test suite runs, the reporter automatically uploads results to a Testably run — no manual API calls needed.

Playwright

@testably.kr/playwright-reporter

Auto-uploads results after playwright test completes.

Cypress

@testably.kr/cypress-reporter

Hooks into after:run to push results at the end of your Cypress suite.

Coming Soon

Jest

@testably.kr/jest-reporter

Implements onRunComplete to bulk upload Jest results.

Quick Install
# Playwright
npm install --save-dev @testably.kr/playwright-reporter

# Cypress
npm install --save-dev @testably.kr/cypress-reporter

# Jest (coming soon)
# npm install --save-dev @testably.kr/jest-reporter
Full SDK setup guide with CI/CD pipeline examples

Product

Use Cases

Compare

Resources

Legal

© 2026 Testably. All rights reserved.

We use cookies to improve your experience.

Strictly necessary cookies are required for login and security. Optional cookies help us analyze usage and improve our service. Learn more →