Skip to content

Fix auto closing#4522

Merged
KatieMSB merged 2 commits into
masterfrom
fix-auto-closing
Jul 10, 2026
Merged

Fix auto closing#4522
KatieMSB merged 2 commits into
masterfrom
fix-auto-closing

Conversation

@KatieMSB

@KatieMSB KatieMSB commented Jul 10, 2026

Copy link
Copy Markdown
Member
  • Identified the issue which this PR solves.
  • Read the CONTRIBUTING document.
  • Code builds clean without any errors or warnings.
  • Added appropriate tests for any new functionality.
  • All new and existing tests passed.
  • Added comments in the code, where necessary.
  • Ran make check to catch common errors. Fixed any that came up.

Description:
When creating an alert with a universal integration key the config allows for setting a dedup key based on the received alert payload, but the key was never passed into the created alert config on create/update so any alerts created via UIK used the default dedup hash created from the summary + details.

This surfaced as upstream systems unable to close alerts automatically due to the dedupe hash of the opened alert not matching the cleared alert request.

This pr adds the uik configured dedup key to the alert on create/update.

@CameronJHall CameronJHall left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch

@weefatboi
weefatboi self-requested a review July 10, 2026 16:37
@KatieMSB
KatieMSB merged commit 630775a into master Jul 10, 2026
9 checks passed
@KatieMSB
KatieMSB deleted the fix-auto-closing branch July 10, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants