Jira Integration

Triage your flaky tests faster by creating automatically assigned and labeled tickets with the Jira integration

When Trunk Flaky Tests detects a broken or flaky test, you can create an automatically generated Jira ticket for your team to pick up and fix the test.

Webhook payloads will also contain ticket information when a Jira ticket is created with the integration or when existing tickets are linked.

Connecting to Jira

To connect a Jira Cloud project, navigate to Settings -> Repositories -> Ticketing Integration and select Jira as your Ticketing System.

Then complete the form and click Connect to Jira Cloud with the following information.

Field Name
Description
Examples

Jira URL

The URL to your Jira Cloud project.

https://trunk-io.atlassian.net

Project Key

The project key for your Jira project.

KAN

Email

The email associated with your Jira API token.

Jira API token

ATATT*****19FNY5Q

Default label(s) for new tickets

Labels applied to new Jira tickets created through Trunk Flaky Tests

flaky-test, debt

After connecting to Jira, you can specify a default issue type for new tickets and a default assignee for new tickets.

Create a New Ticket

You can create a new ticket for any test listed in Trunk Flaky Tests.

There are 2 ways to create a new ticket in the Flaky Test dashboard:

  • Click on the options menu for any test case on the repo overview dashboard

Before you create the ticket, you will have a preview of the title and description.

Create with Jira

If you are connected to Jira, you can click the Create Jira Ticket button at the end of the modal, which will automatically create a ticket with the configured labels and assignees.

If you already have a ticket in Jira that you want to link to a test in the dashboard, you can use the Link Ticket to Test Case API.

Last updated