opsgenie / opsgenie-go-sdk-v2

Opsgenie GO SDK v2
Apache License 2.0
34 stars 63 forks source link

Og.participant should also allow escalation #72

Closed ffahri closed 3 years ago

ffahri commented 3 years ago
if !(participant.Type == User || participant.Type == Team) {
    return errors.New("Participant type should be one of these: 'User', 'Team'")

we can also give escalation as a participant to schedule rotations

https://github.com/opsgenie/terraform-provider-opsgenie/issues/193