What you’ll learn
- How to connect your Jira account to a TestDino project
- How to create prefilled bug reports from failed or flaky tests
- How to manage the integration (sync, disconnect, change defaults)
Prerequisites
- A TestDino project with test runs uploaded (Getting Started)
- A Jira Cloud account with permission to create issues
- A Jira project to file issues into
Connect Jira to TestDino
1. Open the Integrations page
Go to Settings → Integrations in your TestDino project. Find the Jira card and click Connect.2. Authorize your Jira account
TestDino redirects you to Atlassian to authorize access. Sign in to your Jira account and approve the request. TestDino requests permission to read and create issues in your Jira projects.
3. Configure defaults
After authorization, select the default Jira App (your Atlassian site) and Project where issues will be created. You can change these per issue when creating a bug report.
NoteThe default project is a convenience setting. You can select a different project each time you create an issue.
Create a Jira Bug Report
Create Jira issues directly from failed or flaky test cases. Each issue includes test metadata, so your team has full context without opening separate reports.Configure & Create issue
Select the Project and Issue Type (Bug, Task, etc.). Set Priority, Labels, Assignee, Reporter, and Sprint as needed. Review the Summary and Description (auto-generated from failure data). Click Create to file the issue in Jira.

What TestDino Pre-fills
Every issue is created with structured context so the developer receiving it has everything needed to investigate.| Section | Field | Pre-filled Content |
|---|---|---|
| Jira Fields | Project | Jira project for the ticket |
| Issue Type | Bug, Task, or any type your Jira allows | |
| Priority | Impact level for triage | |
| Labels | Team or component tags | |
| Assignee | Routing field for the responsible owner | |
| Reporter | Routing field for the reporting user | |
| Sprint | Planning field for the active sprint | |
| Dates and Points | Optional start date, due date, and estimate points | |
| Summary | [TestCase] <name> - <short failure hint> | |
| Description | Test Details | Test name, file, branch, commit author/message, environment, run ID, execution date, duration, attempts |
| Failure Information | Error type and key error message | |
| Focused Steps | Failing attempt with a code frame | |
| Links | TestDino run, Git commit, CI job | |
| Screenshots | Listed thumbnails; attach more if needed | |
| System Note | Origin | The issue was generated from an automated test failure |
Troubleshooting
Jira projects or fields not showing in the form
Jira projects or fields not showing in the form
- Click Sync on the Jira card in Settings → Integrations to refresh projects and fields from Jira
- Verify your Jira account has access to the project you expect to see
Authorization failed or expired
Authorization failed or expired
Raise Bug button not visible
Raise Bug button not visible
Issue created but missing fields
Issue created but missing fields
- Some Jira fields (Sprint, Story Points, custom fields) depend on your Jira project configuration. Verify the field exists and is available for the selected issue type
- Run Sync to pull the latest field definitions from Jira

