Skip to main content

View Katalon Studio test results in Jira tickets

Katalon Studio integrates with Jira so you can automatically upload and view test execution results inside your Jira issues. This helps teams track test outcomes directly within their development and project management workflows.

Prerequisites

Upload Test Results to Jira

When executing a test suite in Katalon Studio, the execution results are automatically exported and uploaded to the linked Jira ticket as a .zip file attachment. These results are also tracked in the Katalon Platform panel within the Jira issue.

To view the test results in Jira:

  1. Open the Jira issue linked with your test execution.

  2. Navigate to Katalon Platform section and click Katalon Studio Test Results as shown below:

    View Katalon Studio test results in Jira tickets
  3. You will see a list of uploaded execution result files with their execution status in .zip file format.

    View Katalon Studio test results file
    • You can quickly find the test execution status via the JQL query. The syntax is as follows: "Katalon Status"=status.
    • For example, to search for all issues that have failed in the Katalon Studio test execution, type "Katalon Status"=FAIL in the search bar. Katalon - Studio supports five test statuses: Passed, Failed, Incomplete, Error, and Skipped.
    • When you view test results in Jira, ensure that you enable file attachments. To do this, follow instructions as given in the Jira document: Configuring file attachments.
Was this page helpful?