test_case.quarantining_setting_changed webhook is now available
for all Flaky Tests users.
This webhook is fired when a test’s quarantine setting is manually changed between
ALWAYS_QUARANTINE, NEVER_QUARANTINE, or UNSPECIFIED, where UNSPECIFIED means that the repo’s
quarantine settings will be applied to the test case.
The webhook payload contains useful details like the new and previous settings, a user-inputted
reason for the change, who made the change, and all the info you need for the affected test case:
ALWAYS_QUARANTINED, or sending a message to the team in Slack so everyone is kept up to date on
status changes.
To subscribe to the new webhook:
- Go to Settings in the Trunk app.
- Click on Webhooks under Organization.
- Click Add Endpoint and connect to an existing endpoint, Slack, MS Teams, Linear, or Jira.
- Follow our guides for handling the webhook payload.