Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
131 changes: 131 additions & 0 deletions src/content/docs/integrations/issues-management/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
---
title: Issues Management Systems
description: Learn how to integrate issues management systems like Jira, GitHub, Azure DevOps with Testomat.io. This guide covers configuring connections to these systems, creating issues from test results, and linking tests to tickets. Streamline defect management by reporting failed tests directly from the test management platform, improving traceability and issue resolution.
type: article
url: https://docs.testomat.io/integrations/issues-management
head:
- tag: meta
attrs:
name: og:image
content: https://docs.testomat.io/_astro/221125834-31a351a7-48ee-472c-a8b2-1f2bfaaef39d.Cfh-wOie_Z1LVMN4.webp

- tag: meta
attrs:
name: keywords
content: Testomat.io, issues management, Jira integration, GitHub issues, Azure DevOps, Linear, defect management, QA tools, test tracking, issue linking, automation, test defects, failed test
---

import DirectoryLinks from /src/components/DirectoryLinks.astro;

Quality assurance is closely connected to Issue management, which means the process of identifying and addressing any problems that occur over the course of a project. This involves documenting the issues and resolving them through review and consideration of all relevant information. Testomat.io provides Issues Management Systems integration to meet this need and link your testing data to your Issue Management System.

Namely, you can link tests and suites to your tickets (helps to provide tests coverage) and create defects for failed tests from run reports or ongoing manual runs.

Testomat.io provides integration for Issues Management Systems:

<DirectoryLinks directory="integrations/issues-management" />

See how to connect your Issues Management System and how to link your tests to issues below.

## How to Connect to IMS

1. Go to Settings
2. Click on the Issues Management Button
3. Click on Connect to IMS button

![CleanShot 2022-11-19 at 18 50 37@2x](./images/New_v7qxkt3w_2024-11-12.png)

4. Pick the Issues Management profile
5. Set up the Issues Management profile
6. Create tickets directly from Testomat.io

## How to Link Issue to Test with IMS Connection

You can link issues to:

- Tests
- Suites
- Runs
- Failed Test Runs

Linking issues connects testing activities with development work. It helps teams understand why a test exists, what functionality or defect it relates to, and which tests should be executed to validate changes or verify bug fixes.

1. Navigate to the **Tests** page
2. Open any existing test or suite
3. Click the **...** extra menu
4. Select the **Link to Issue**

![Link to Issue](./images/att1_528.png)

5. Click the **Create new issue** button

- Or insert a link / Jira ID for the existing ticket (optional)

![Link to Issue modal](./images/att2_528.png)

6. Select the **Issue Management System** profile
7. Enter title for your ticket
8. Enter description (optional)
9. Click the **Create Issue** button

![Create new Issue](./images/att3_528.png)

The linked issue will appear in the UI:

![linked issue](./images/att4_528.png)

## How to Link Issue to Test without Connecting to IMS

You can link external issues to a Test, Suite, Failed Test Runs, or Run Report even without configuring an Issues Management System integration.

This is useful when you want to reference related work — such as bug reports, support tickets, or external tracking tools — while keeping testing context centralized in Testomat.io.

1. Navigate to the **Tests** page
2. Open any existing test or suite
3. Click the **...** extra menu
4. Select the **Link to Issue**

![Link to Issue](./images/att1_528.png)

5. Paste the issue URL
6. Click **Link Issue** button

![Linked External Issue](./images/att5_528.png)

The linked reference will appear in the UI and remain attached to the selected item.

## How to Create Defect For Failed Test

Defects can be created directly from failed tests, ensuring issues are reported while context is still fresh. This improves accuracy and speeds up the feedback loop with developers.

### Method 1 — From a Run Report

1. Navigate to the **Runs** page
2. Open a **Run Report**
3. Hover over the failed test and click the **Link Issue** button

![Link in Run Report](./images/att6_528.png)

4. Create a new defect or link an existing issue

![Link to Issue modal](./images/att8_528.png)

### Method 2 — From an Ongoing Manual Run

1. Navigate to the **Runs** page
2. Open an ongoing run
3. Click the **...** extra menu
4. Click the **Link Defect** option

![Link a Defect from Failed Test Run](./images/att7_528.png)

5. Create a new defect or link an existing issue

![Link to Issue modal2](./images/att9_528.png)

**Why this matters:**

- **Preserves execution context:** All relevant information—steps, environment, screenshots, and logs—is automatically attached to the defect, making it easier for developers to reproduce and fix the issue.
- **Reduces forgotten or duplicate bug reports:** By creating defects directly from failed tests, QA teams avoid missing issues or accidentally reporting the same bug multiple times.
- **Provides immediate traceability:** Links between test failures and IMS issues ensure you can quickly see which tests verify a fix and which features are impacted.
- **Speeds up regression verification:** Developers and QA can quickly re-run linked tests to confirm fixes, improving efficiency in release cycles.
95 changes: 0 additions & 95 deletions src/content/docs/integrations/issues-management/index.mdx

This file was deleted.

Loading