# Create tickets from Suptask to GitHub

Overview

The Suptask integration with GitHub enables you to escalate tickets directly from Slack to GitHub. With a single reaction emoji (the :cloud\_tornado: :tornado:) you'll be able to create tickets to your choice of repositories, directly from a Suptask ticket in Slack.&#x20;

***

### **Prerequisites**

1. The account name of your GitHub account. Can either be an organization or personal account. Specify the GitHub account name without the domain. If you are using github.com/**acme-inc** then the account name specified in this field should be **acme-inc** (case-sensitive).
2. Create a personal access token for your user account in GitHub. You can find it from your user profile or by navigating here [github.com/settings/tokens](https://github.com/settings/tokens). \
   The scope for the token needs to be the following: repo : Full control of private repositoriesStore the token once you have it. You will need it when configuring the integration within Suptask.&#x20;

***

### **Set up the GitHub integration**&#x20;

1. Navigate to the [Integrations page](https://app.suptask.com/account/settings).
2. Press on **+GitHub** button to create a new GitHub integration.
3. **Give it a** **name** and **specify what Suptask ticket forms to enable** the integration for. Tickets initiated through forms are then enabled with the trigger to create a ticket within the integration system (in this case GitHub).&#x20;
4. Next you will need to create credentials for your integration. Credentials can be shared across several integrations of the same type. \
   Here you will need your **GitHub username** and the **access token** that you stored.\
   Note: The username is not always the same as the account name.&#x20;
5. Proceed to the next step and enter the **GitHub account name** that you collected from the preparation step.
6. Specify what **repositories** in GitHub you want to enable the integration for. Make sure you enter the exact name, case sensitive. If you enter the wrong name, the integration connection will not work.&#x20;
7. Finally specify if you want to add any default **GitHub labels** to the tickets that are created from Suptask.&#x20;
8. Done! The integration is now activated.

***

### **Use the GitHub integration with Suptask**

* Make sure you are within the **Responder channel** of your **Inbox.**
* On one of the received tickets in the channel, add the :cloud\_tornado: (:tornado:) **reaction emoji** to the ticket message in the channel. See below for sample screenshot.&#x20;
* This will trigger a selection where you can specify to what **integration target** you want to **send the new ticket to**.&#x20;
* Use the **placeholders** to add in Suptask ticket information. Especially the ticketUrl placeholder is valuable as it takes you directly to the Suptask ticket in Slack as a reference.

Example screenshot on adding the tornado reaction emoji to a ticket message in the Responder channel:

<figure><img src="/files/nLWoabzMRiYfYvMAHTqt" alt=""><figcaption></figcaption></figure>

After creating a related ticket in GitHub, the ticket message thread in Slack will receive the GitHub issue url, linking the both tickets together.&#x20;


---

# 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://support.suptask.com/integrations-automations-and-workflows/integration-guides/external-issue-and-ticketing-systems/create-tickets-from-suptask-to-github.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.
