From 94a2851a7e3a1fb786b81c4b3e843195d5b19f32 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 19:09:50 +0000 Subject: [PATCH 1/2] docs: add weekly changelog draft for Linear integration improvements --- ...6-05-19-flaky-tests-linear-improvements.md | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 changelog/2026-05-19-flaky-tests-linear-improvements.md diff --git a/changelog/2026-05-19-flaky-tests-linear-improvements.md b/changelog/2026-05-19-flaky-tests-linear-improvements.md new file mode 100644 index 0000000..b172315 --- /dev/null +++ b/changelog/2026-05-19-flaky-tests-linear-improvements.md @@ -0,0 +1,29 @@ +# Flaky Tests: Linear Field Defaults and Link Existing Tickets + +**May 19, 2026** · Flaky Tests + +This week's update makes the Linear ticketing integration faster to configure and more flexible when you already have tickets tracking a flaky test. + +## New features + +### Field defaults for auto-created Linear tickets + +When you connect a Linear team in **Settings > Repositories > Ticketing Integration**, you can now set per-repository defaults that pre-populate every new ticket: + +- **Priority** — Urgent, High, Medium, Low, or No priority +- **Labels** — one or more team- or workspace-level labels +- **Estimate** — matches your team's scale (Fibonacci, T-shirt, linear, or exponential) +- **Project** — filtered to projects accessible by the selected team +- **Assignee** — chosen from team members + +Defaults are applied whenever you open the **Create Ticket** modal and can still be overridden before submitting. Switching teams clears and reloads the available options automatically. + +[Read the docs →](https://docs.trunk.io/flaky-tests/management/ticketing/linear-integration#field-defaults) + +### Link existing Linear tickets to a test + +If you already have a Linear ticket tracking a flaky test, you can attach it without creating a duplicate. From the Test Details page, click **Link Ticket**, paste the Linear URL or ID, and submit. The ticket's title, status, and assignee sync back from Linear. + +You can also link tickets programmatically with the [Link Ticket to Test Case API](https://docs.trunk.io/flaky-tests/reference/api-reference#post-flaky-tests-link-ticket-to-test-case). + +[Read the docs →](https://docs.trunk.io/flaky-tests/management/ticketing/linear-integration#link-existing-tickets-to-tests) From 2e4c7b16baf06933f8f7721146013c2ad8264dc2 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 19:11:21 +0000 Subject: [PATCH 2/2] docs: fix stale Link Ticket API link in changelog draft --- changelog/2026-05-19-flaky-tests-linear-improvements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/2026-05-19-flaky-tests-linear-improvements.md b/changelog/2026-05-19-flaky-tests-linear-improvements.md index b172315..798a3ab 100644 --- a/changelog/2026-05-19-flaky-tests-linear-improvements.md +++ b/changelog/2026-05-19-flaky-tests-linear-improvements.md @@ -24,6 +24,6 @@ Defaults are applied whenever you open the **Create Ticket** modal and can still If you already have a Linear ticket tracking a flaky test, you can attach it without creating a duplicate. From the Test Details page, click **Link Ticket**, paste the Linear URL or ID, and submit. The ticket's title, status, and assignee sync back from Linear. -You can also link tickets programmatically with the [Link Ticket to Test Case API](https://docs.trunk.io/flaky-tests/reference/api-reference#post-flaky-tests-link-ticket-to-test-case). +You can also link tickets programmatically with the [Link a ticket to a test case API](https://docs.trunk.io/flaky-tests/reference/api-reference/link-a-ticket-to-a-test-case). [Read the docs →](https://docs.trunk.io/flaky-tests/management/ticketing/linear-integration#link-existing-tickets-to-tests)