-
Notifications
You must be signed in to change notification settings - Fork 648
feat(pagerduty): add scope config filters for incident collection #8603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| "GET": api.GetScopeConfig, | ||
| "DELETE": api.DeleteScopeConfig, | ||
| }, | ||
| "scope-config/:scopeConfigId/projects": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change it to connections/:connectionId/scope-configs/:scopeConfigId/projects to comply RESTful convention.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @klesh
I have a question, in other plugins: (bitbucket, github, gitlab, jira, trello, etc...) the path used is scope-config/:scopeConfigId/projects .
Let me know hoy to proceed.
Thanks for review this!.
pr-type/bug-fix,pr-type/feature-development, etc.Summary
This PR adds Priority and Urgency filtering capabilities to the PagerDuty plugin, allowing users to filter incidents during data collection based on their priority levels (P1-P5) and urgency (high/low).
Does this close any open issues?
Closes 8367
Screenshots
Other Information
This is my first PR to Devlake protect, please let me know if there is any extra documentation or test that need to be completed.
I test it using no filters and also using filter Priority=P1 and Urgency=High