# GitHub Outbound Issue Integration

With the [GitHub Issue](https://github.com/features/issues) integration, ilert can open or update GitHub issues in response to alerts or incidents. This ensures technical events are visible to developers and tracked within their existing workflows—streamlining communication between ops and engineering.

## In Github: Create an ilert user and create an API token <a href="#github-preparation" id="github-preparation"></a>

1. Optional: Create a dedicated ilert user in Github. This has the advantage that you can distinguish the Github tickets created by ilert.
2. Go to **Profile Settings** --> **Developer settings** --> **Personal access tokens**, and click **Generate new token**.

![](/files/-M9_6IvXYcSmbNJMMFmL)

3. Give it a name and select **Repo Scope** for the token

![](/files/-M9_6LoDY3wb72e7cYAi)

4. Click on **Create**. Keep your API key for later, as it is needed in ilert.

![](/files/-M9_6OdWsRcAdR3mbi6d)

![](/files/-M9_6R46F4czbyA9huk8)

## In ilert: Create a Github Connector and link to an alert source <a href="#create-alarm-source" id="create-alarm-source"></a>

1. Click on the gear icon → **Connectors**

![](/files/-Mkn3b39jQN6o8j4nVNJ)

2. Click on **Add Connector**

![](/files/-Ma8BCbPt5h67tGsMFBF)

2. Select **Github** as **type** and fill in all fields. Enter a name and the API key from above.

![](/files/-M9_6hJNSovQLoiNy1sV)

3. **Go to** the alert sources tab and open the alert source whose alerts you want to publish in Github. Click on **Incident actions → Create alert action**.

![](/files/-Mkn3ka7m65J5wG7_1PK)

4. Select **Github** as the **type** then select the connector created in step 3 and fill in all fields. In the **Owner** and the **Repository** fields specify the owner and repository of the Github project where the ilert alerts should be published as Github Issue.

![](/files/-Ma88h1Huj9CICu0IKfh)

5. Finished! You can now test the alert action by clicking on the button **Test this connection**. Then a test issue will be published in the respective Github project.

![](/files/-Ma88uktV9tNpRjmbzHV)

## FAQ <a href="#faq" id="faq"></a>

**Are updates to an alert published in the Github Ticket?**

Yes, the state of the ilert Incident is reflected in the title of the Github ticket, eg. \[RESOLVED] Host compute.infra is DOWN.

**Can I choose which updates should be published to an alert in Github?**

Currently not. If you wish we are looking forward to reading your feedback via chat or e-mail.

## Related articles

{% content-ref url="/pages/-M9OVt0ROtWvj2I\_XFj2" %}
[GitHub Inbound Issue Integration](/integrations/inbound-integrations/github/inbound-issue.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ilert.com/integrations/outbound-integrations/github-issue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
