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
13 changes: 13 additions & 0 deletions changelog/2026-04-06-flaky-tests-ai-investigations-webhooks.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Flaky Tests: AI Investigations Delivered via Webhooks"
description: "AI-powered investigations run automatically when a test first becomes flaky, with the findings delivered to your configured webhook endpoint."
date: 2026-04-06
category: Flaky Tests
type: new-feature
---

**AI-powered investigations now run automatically when a test first becomes flaky, and the findings are delivered to your configured webhook endpoint.**

When the detection engine marks a test as flaky for the first time, Trunk kicks off an AI investigation in the background. The investigation gathers context from CI runs, Git history, and related code, then emits a structured payload to your webhook. This is useful for teams that want flaky test triage to land directly in Slack, a ticket, or any internal automation, without engineers chasing down context by hand.

[Read the docs](https://docs.trunk.io/flaky-tests/webhooks) to learn more.
6 changes: 6 additions & 0 deletions changelog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,12 @@ rss: true
Merge Queue can now be managed fully through Terraform. Previously, creating, updating, and managing a Trunk Merge Queue was a manual process handled through our UI.
</Update>

<Update label="April 6, 2026" tags={["Flaky Tests"]}>
**[Flaky Tests: AI Investigations Delivered via Webhooks](/changelog/2026-04-06-flaky-tests-ai-investigations-webhooks)**

AI-powered investigations run automatically when a test first becomes flaky, with the findings delivered to your configured webhook endpoint.
</Update>

<Update label="April 6, 2026" tags={["Flaky Tests"]}>
**[Flaky Tests: No-Monitors Banner and Jira Custom Fields](/changelog/2026-04-06-flaky-tests-no-monitors-banner-jira-fields)**

Expand Down
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@
"changelog/2026-04-15-flaky-tests-linked-tickets-survive-moves",
"changelog/2026-04-15-flaky-tests-repositories-overview-dashboard",
"changelog/2026-04-13-merge-queue-terraform-provider",
"changelog/2026-04-06-flaky-tests-ai-investigations-webhooks",
"changelog/2026-04-06-flaky-tests-no-monitors-banner-jira-fields",
"changelog/2026-03-27-flaky-tests-automatically-create-jira-issues-from-webhooks",
"changelog/2026-03-26-merge-queue-testing-details-api-now-includes-impacted-target-information",
Expand Down
6 changes: 6 additions & 0 deletions flaky-tests/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ rss: true
The Flaky Tests landing page now summarizes every repo's flaky test health instead of redirecting into a single repo.
</Update>

<Update label="April 6, 2026" tags={["Flaky Tests"]}>
**[Flaky Tests: AI Investigations Delivered via Webhooks](/changelog/2026-04-06-flaky-tests-ai-investigations-webhooks)**

AI-powered investigations run automatically when a test first becomes flaky, with the findings delivered to your configured webhook endpoint.
</Update>

<Update label="April 6, 2026" tags={["Flaky Tests"]}>
**[Flaky Tests: No-Monitors Banner and Jira Custom Fields](/changelog/2026-04-06-flaky-tests-no-monitors-banner-jira-fields)**

Expand Down
Loading