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
- You have enabled Jira integration in Katalon Studio. See Configure Jira integration in Katalon Studio.
- You have executed test suites in Katalon Studio with the Jira integration enabled.
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:
-
Open the Jira issue linked with your test execution.
-
Navigate to Katalon Platform section and click Katalon Studio Test Results as shown below:
-
You will see a list of uploaded execution result files with their execution status in
.zip
file format.- 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.
- You can quickly find the test execution status via the JQL query. The syntax is as follows: