Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.87 KB

inbound-issue.md

File metadata and controls

58 lines (32 loc) · 1.87 KB
title seoTitle description date weight
Github Inbound Issue Integration
iLert: Github Issue Integration for Alerting | Incident Response | Uptime
Create incidents in iLert based on issues from GitHub repositories.
2020-04-21T07:00:00.000Z
1

GitHub Inbound Issue Integration

With the iLert Github Issue integration, you can create incidents in iLert based on repository issues from Github.

In iLert: Create a Github alert source

  1. Go to the "Alert sources" tab and click "Create new alert source"

  2. Enter a name and select your desired escalation policy. Select "Github" as the Integration Type and click Save.

  1. On the next page, a Webhook URL is generated. You will need this URL below when setting up the hook in Github.

In Github

Create a Repository Webhook

  1. Go to your Github repository and then to Settings --> Webhooks and click on Add webhook to add a new webhook (https://github.com/<org>/<repo>/settings/hooks)

  1. In the Payload URL section, set the Webhook URL that you generated in iLert

  2. In the Content type section, set the application/json

  1. In the Which events would you like to trigger this webhook? section, change it to Let me select individual events and select the Check runs events

  1. Click Save

FAQ

Will incidents in iLert be resolved automatically?

Yes, as soon as the Github issue is closed, the incident in iLert will be resolved automatically.

Can I connect Github with multiple alert sources from iLert?

Yes, simply create more webhooks in Github.

Can I customize the incident messages?

No.