You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Provisioned Contact Points for OpsGenie, the UI appears to have a bug where it is requiring the OpsGenie URL be filled in, even though it is defaulting to the correct URL on the backend (we did not provide a URL in our Terraform config for the contact point, relying on the default).
It appears to only surface when you are using the Test button.
Steps to reproduce:
Provision an OpsGenie Contact Point without the Alert URL set through the API
Click Test, run a test
Close the test frame
Now you can no longer click test as it is erroring out on the missing alert URL
On Provisioned Contact Points for OpsGenie, the UI appears to have a bug where it is requiring the OpsGenie URL be filled in, even though it is defaulting to the correct URL on the backend (we did not provide a URL in our Terraform config for the contact point, relying on the default).
It appears to only surface when you are using the Test button.
Steps to reproduce:
Looks like the default is being set here:
alerting/receivers/opsgenie/config.go
Lines 64 to 66 in 2dda1c6
The UI should fill this in on the user facing side as well.
The text was updated successfully, but these errors were encountered: