Skip to content
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

UI Bug in provisioned opsgenie alerts #223

Open
sidewinder12s opened this issue Jul 12, 2024 · 0 comments
Open

UI Bug in provisioned opsgenie alerts #223

sidewinder12s opened this issue Jul 12, 2024 · 0 comments
Labels
area/ux bug Something isn't working

Comments

@sidewinder12s
Copy link

sidewinder12s commented Jul 12, 2024

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:

  1. Provision an OpsGenie Contact Point without the Alert URL set through the API
  2. Click Test, run a test
  3. Close the test frame
  4. Now you can no longer click test as it is erroring out on the missing alert URL

Looks like the default is being set here:

if raw.APIUrl == "" {
raw.APIUrl = DefaultAlertsURL
}

The UI should fill this in on the user facing side as well.

@soniaAguilarPeiron soniaAguilarPeiron moved this to Needs triage in Alerting Jul 17, 2024
@soniaAguilarPeiron soniaAguilarPeiron added bug Something isn't working area/ux labels Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ux bug Something isn't working
Projects
Status: Needs triage
Development

No branches or pull requests

2 participants