-
Notifications
You must be signed in to change notification settings - Fork 243
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
Adds the ability to define an escalation policy for the manage incidents API #273
Adds the ability to define an escalation policy for the manage incidents API #273
Conversation
Status string `json:"status,omitempty"` | ||
Priority *APIReference `json:"priority,omitempty"` | ||
Assignments []Assignee `json:"assignments,omitempty"` | ||
EscalationPolicy *EscalationPolicy `json:"escalation_policy,omitempty"` |
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.
While I know this is technically an EscalationPolicy
, looking at the PagerDuty API documentation it seems like this expects the APIObject subset of the EscalationPolicy
type.
I'm not sure if the PagerDuty will always return success if we rendered the other EscalationPolicy
fields in the JSON document. That makes me think we should update this to be an *APIObject
.
What are your thoughts?
@evnsio I wanted to see if you saw my comment above, and whether you might have the spare cycles to make the suggested iteration? |
@evnsio I wanted to ping again to see if you could make the |
Sorry I completely missed these notifications. I'll take a look over the weekend if that works? |
@evnsio absolutely! I really appreciate you making the time. |
@evnsio just wanted to ping a final time. This is the final item outstanding for |
Thank you for raising this PR / feature request. I've raised a complimentary PR (#323) that supersedes this one. I'll close this PR at this time. Although we did not get to merge your PR, we appreciate the contribution! |
No description provided.