Document ticketing integration patterns and Linear/Jira troubleshooting#55
Open
samgutentag wants to merge 1 commit into
Open
Document ticketing integration patterns and Linear/Jira troubleshooting#55samgutentag wants to merge 1 commit into
samgutentag wants to merge 1 commit into
Conversation
Net-new page consolidating the cross-cutting topics for Linear and Jira ticketing integrations: button vs webhook vs custom-handler tradeoffs, the link-back asymmetry between manual and webhook-created tickets, webhook idempotency (flaky -> healthy -> flaky duplicates), CODEOWNERS routing not being supported by the built-in connectors, the beta auto- analyses 100/month rate limit, and Jira-specific troubleshooting for 401 invalid credentials and cross-project link permissions. Sourced from clustered customer Q&A (cluster_id ticketing-integration- linear-jira, verdict partial, 10 pairs across 6 customers). Sits as a sibling page under flaky-tests/management/ticketing/ next to the existing Linear and Jira integration pages. Linear and Jira pages each get a small cross-link callout so users hitting these issues find the new page from where they already are. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
flaky-tests/management/ticketing/integration-patterns.mdxcovering the cross-cutting concerns for Linear and Jira ticketing: button vs webhook vs custom-handler tradeoffs, link-back asymmetry, webhook idempotency, CODEOWNERS routing, the beta auto-analyses 100/month rate limit, and Jira-specific 401 / cross-project-link troubleshooting.docs.jsonupdated to include the new page in the Ticketing group sidebar.Why
Sourced from customer feedback mining (cluster
ticketing-integration-linear-jira, verdictpartial, 10 pairs across 6 customers, first-class IA candidate). Linear and Jira ticketing integrations are a top driver of integration questions; recurring gaps include the link-back asymmetry between button-created and webhook-created tickets, missing webhook idempotency, Jira credentials troubleshooting, and the under-surfaced 100/month beta auto-analysis rate limit.Items flagged for review
trunk-healthiethread, customer raised to 500 on request). Confirm against current eng config; if the default has changed, the number needs a tweak.test_case.idshape claim — said the webhook payload'stest_case.idis "the stable identifier Trunk expects" for link-ticket. Confirm againstlink-ticket-to-test-caseAPI spec; if the API expects a different field shape, the Info callout needs adjusting.trunk-chainlinkthread example. Confirmexternal_ticket_idis the correct request field name (vsticket_id,external_id, etc).Customer signal
ticketing-integration-linear-jira(verdict: partial, 10 pairs / 6 customers, first-class IA candidate)findings/clusters/ticketing-integration-linear-jira.json):