Scouttlo
All ideas/devtools/Plataforma SaaS que facilite integraciones robustas y confiables entre herramientas de CI/CD como CircleCI y sistemas de alertas como OpsGenie y Slack.
GitHubB2Bdevtools

Plataforma SaaS que facilite integraciones robustas y confiables entre herramientas de CI/CD como CircleCI y sistemas de alertas como OpsGenie y Slack.

Scouted 6 hours ago

6.8/ 10
Overall score

Turn this signal into an edge

We help you build it, validate it, and get there first.

Go from idea to plan: who buys, what MVP to launch, how to validate it, and what to measure before spending months.

Extra context

Learn more about this idea

Get a clearer explanation of what the opportunity means, the current problem behind it, how this idea solves it, and the key concepts involved.

Share your email to view this expanded analysis.

Score breakdown

Urgency8.0
Market size7.0
Feasibility7.0
Competition5.0
Pain point

La integración entre OpsGenie y CircleCI para notificaciones de fallos en builds no funciona correctamente y carece de soporte adecuado.

Who'd pay for this

Equipos DevOps y desarrolladores que usan herramientas de integración continua y necesitan notificaciones inmediatas y confiables de fallos.

Source signal

"The challenge is that OpsGenie integration with CircleCI is not well supported."

Original post

[BUG] Opsgenie webhook is failing to notify when builds fail

Published: 6 hours ago

Repository: hotosm/tasking-manager Author: dakotabenjamin **Describe the bug** We use OpsGenie to message to the devops team when things go wrong. Connecting CircleCI to OpsGenie can help us immediately identify when builds fail and rectify them quickly. At present, we have it setup with a webhook, but that webhook is not working correctly: https://github.com/hotosm/tasking-manager/blob/develop/.circleci/config.yml#L347 ``` notify: webhooks: - url: https://api.opsgenie.com/v1/json/circleci?apiKey=$OPSGENIE_API ``` ![image](https://user-images.githubusercontent.com/1847818/208692724-30108943-caab-4383-973c-b3748ebb06c2.png) The challenge is that OpsGenie integration with CircleCI is not well supported. I made a bug report a while back [but it was closed without resolution](https://jira.atlassian.com/browse/OPSGENIE-397). Someone made a [comment](https://jira.atlassian.com/browse/OPSGENIE-397?focusedCommentId=3104005&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-3104005) with a workaround that may work for us. There may be other alternatives to getting notifications to Slack that we should explore as well.