feat: #6233 [➕ Feature]: [PagerDuty Provider] Fully support Event API#6234
Open
bbcorp wants to merge 2 commits intokeephq:mainfrom
Open
feat: #6233 [➕ Feature]: [PagerDuty Provider] Fully support Event API#6234bbcorp wants to merge 2 commits intokeephq:mainfrom
bbcorp wants to merge 2 commits intokeephq:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6234 +/- ##
===========================================
- Coverage 46.41% 30.53% -15.88%
===========================================
Files 176 101 -75
Lines 18443 11693 -6750
===========================================
- Hits 8561 3571 -4990
+ Misses 9882 8122 -1760 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Closes #6233
📑 Description
Allow optional client and client_url in PagerDuty provider action
That way a link in pagerduty event shows up "Client view in client" with link to client_url

✅ Checks
ℹ Additional Information
PagerDuty Event API v2
Note
Low Risk
Low risk: adds two optional fields (
client,client_url) to the PagerDuty Events API payload and updates an example; no control-flow, auth, or data model changes.Overview
Adds support for sending optional PagerDuty Events API v2 fields
clientandclient_urlwhen creating events, enabling a “client” link to appear in PagerDuty.Updates the PagerDuty workflow example to demonstrate these new parameters, and bumps the package version from
0.51.0to0.52.0.Reviewed by Cursor Bugbot for commit 6b3147a. Bugbot is set up for automated code reviews on this repo. Configure here.